Deletes a table.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
C# |
---|
public static void DeleteTable( this C1TextRange range ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub DeleteTable ( _ range As C1TextRange _ ) |
Parameters
- range
- Type: C1.Phone.RichTextBox.Documents..::..C1TextRange
A range contained in the table to be deleted.