Table Members
In This Article
#Properties
Name | Description |
---|---|
Auto |
Returns whether the table automatically adjusts its width to fit content. |
Background |
Returns the table’s background color. |
Borders | Returns the table’s border settings. |
Cell |
Returns margin settings of all cells in the table. |
Content |
Returns the horizontal alignment of content in table cells. |
Content |
Returns the vertical alignment of content in table cells. |
Index | Returns the table’s index in the table collection. |
Interval |
Gets the text buffer interval that contains the element.
Inherited from Document |
Parent |
Returns the cell that contains the current table. |
Rows | Returns the list of table rows. |
Style |
Returns the table style name. |
Table |
Returns style options applied to the table. |
Width | Returns the table’s width settings. |
#Methods
Name | Description |
---|---|
Change |
Sets table properties. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Merge |
Merges all cells in the specified range. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also