Table Methods
Represents a single table.Name | Description |
---|---|
Begin |
Locks the Table object. Prevents visual updates until the End method calls.
|
Cell |
Provides access to a cell in a table. |
End |
Unlocks the Table object after you call Begin . It also causes an immediate visual update.
|
For |
Performs the specified action on each cell in the table. |
For |
Enables you to specify a delegate which will be executed for each row of a table. |
Make |
Merges all columns with indexes greater than 63 into a single column. |
Merge |
Merges the cells in the specified range into a single cell. |
Reset() | Resets table properties to values specified by the underlying style or to the default style values. |
Reset |
Resets the table properties specified by the mask to the properties of the underlying table style or to default properties. |
Set |
Specifies the preferred width for the table in specified units. |
Validate() | Checks whether the current table instance is valid and usable. |
See Also