Table Methods
Represents a single table.Name | Description |
---|---|
Begin |
Locks the Table object by preventing visual updates until the End |
Cell |
Provides access to a cell in a table. |
End |
Unlocks the Table object after a call to the Begin |
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() | |
Reset |
|
Set |
Specifies the preferred width for the table in specified units. |
Validate() | Checks whether the current table instance is valid and usable. |
See Also