RichTextBox for WinRT
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
 
<System.Runtime.CompilerServices.ExtensionAttribute()>
Public Shared Function InsertTable( _
   ByVal pos As C1TextPointer, _
   ByVal rows As System.Integer, _
   ByVal columns As System.Integer _
) As C1Table
'Usage
 
Dim pos As C1TextPointer
Dim rows As System.Integer
Dim columns As System.Integer
Dim value As C1Table
 
value = EditExtensions.InsertTable(pos, rows, columns)
[System.Runtime.CompilerServices.Extension()]
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditExtensions Class
EditExtensions Members

 

 


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

Product Support Forum  |  Documentation Feedback