C1.Silverlight.RichTextBox.5
InsertTable Method

The position to insert the table.
Number of rows for the table.
Number of columns for the table.
Inserts a table in a document.
Syntax
'Declaration
 
Public Shared Function InsertTable( _
   ByVal pos As C1TextPointer, _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer _
) As C1Table
public static C1Table InsertTable( 
   C1TextPointer pos,
   System.int rows,
   System.int columns
)

Parameters

pos
The position to insert the table.
rows
Number of rows for the table.
columns
Number of columns for the table.
See Also

Reference

EditExtensions Class
EditExtensions Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.