IdxRichEditTable Properties
Exposes a table in a document.| Name | Description |
|---|---|
| Borders | Provides access to table borders. |
| BottomPadding | Specifies the table’s bottom padding. |
| FirstRow | Provides access to the first row in the table. |
| Indent | Specifies the table’s indent in the document. |
| LastRow | Provides access to the last row in the table. |
| LeftPadding | Specifies the table’s left padding. |
| NestingLevel | Specifies the nesting level of the table. |
| ParentCell | Provides access to the cell that contains the table. |
| PreferredWidth | Specifies the preferred width of the table’s columns. |
| PreferredWidthType | Specifies how the Rich Edit control calculates column widths. |
| Range | Provides access to the document range that contains the table. |
| RightPadding | 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. |
| TableAlignment | Specifies the table’s alignment. |
| TableBackgroundColor | Specifies the table’s background color. |
| TableCellSpacing | Specifies the table’s cell spacing. |
| TableLayout | Specifies the table’s layout type. |
| TableLook | |
| TopPadding | Specifies the table’s top padding. |
See Also