TableCollection Methods
A collection of Table objects in a document.
Name | Description |
---|---|
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Create |
Inserts a blank table with the specified number of rows and columns at the specified position. |
Create |
Inserts a blank table with the specified number of rows and columns at the specified position. |
Create |
Inserts a blank table with the specified number of rows and columns at the specified position. |
Get |
Gets all tables located in the specified document range.
Inherited from Read |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Get |
Gets the table cell encompassing the specified position.
Inherited from Read |
Index |
Returns an index of a table in a collection. |
Remove |
Removes the table from the collection of tables in a document. |
Remove |
Removes the table with the specified index from the collection of tables in a document. |
See Also