IdxRichEditTable Members
In This Article
#Properties
Name | Description |
---|---|
Borders | Provides access to table borders. |
Bottom |
Specifies the table’s bottom padding. |
First |
Provides access to the first row in the table. |
Indent | Specifies the table’s indent in the document. |
Last |
Provides access to the last row in the table. |
Left |
Specifies the table’s left padding. |
Nesting |
Specifies the nesting level of the table. |
Parent |
Provides access to the cell that contains the table. |
Preferred |
Specifies the preferred width of the table’s columns. |
Preferred |
Specifies how the Rich Edit control calculates column widths. |
Range | Provides access to the document range that contains the table. |
Right |
Specifies the table’s right padding. |
Rows | Provides access to the table’s row collection. |
Self | Provides access to a cell by its row and column indexes. |
Style | Provides access to the table’s style settings. |
Table |
Specifies the table’s alignment. |
Table |
Specifies the table’s background color. |
Table |
Specifies the table’s cell spacing. |
Table |
Specifies the table’s layout type. |
Table |
|
Top |
Specifies the table’s top padding. |
#Methods
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