IdxRichEditTable Methods
Exposes a table in a document.
Name | Description |
---|---|
Begin |
Postpones document redraw operations until an End |
Cell |
Provides access to a cell by row and column indexes. |
End |
Applies all pending changes made after a Begin |
For |
Executes a specified anonymous procedure for each cell in the table. |
For |
Executes a specified anonymous procedure for each row in the table. |
Get |
Returns the table’s borders. |
Get |
Returns the table’s bottom padding. |
Get |
Returns the first row in the table. |
Get |
Returns the table’s indent. |
Get |
Returns a cell by its row and column indexes. |
Get |
Returns the last row in the table. |
Get |
Returns the table’s left padding. |
Get |
Returns the nesting level of the table. |
Get |
Returns the cell that contains the table. |
Get |
Returns the preferred width of the table’s columns. |
Get |
Returns the table’s column width calculation mode. |
Get |
Returns the document range that contains the table. |
Get |
Return the table’s right padding. |
Get |
Returns the table’s row collection. |
Get |
Returns the table’s style. |
Get |
Returns the table’s alignment. |
Get |
Returns the table’s background color. |
Get |
Specifies the table’s cell spacing. |
Get |
Specifies the table’s layout type. |
Get |
|
Get |
Returns the table’s top padding. |
Merge |
Merges the specified cell range. |
Reset | Resets all style settings of the table. |
Reset |
Resets the specified style settings of the table. |
Set |
Sets the table’s bottom padding. |
Set |
Sets the table’s indent. |
Set |
Sets the table’s left padding. |
Set |
Sets the table’s column width and its calculation mode. |
Set |
Sets the table’s column width. |
Set |
Sets the calculation mode of the table’s column width. |
Set |
Sets the table’s right padding. |
Set |
Sets the table’s style. |
Set |
Sets the table’s alignment. |
Set |
Sets the table’s background color. |
Set |
Sets the table’s cell spacing. |
Set |
Sets the table’s layout type. |
Set |
|
Set |
Sets the table’s top padding. |
Validate |
See Also