CopyTo(Array, Int32)
|
Copies the elements of the ICollection to an Array, starting at a particular Array index.
|
Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType, Int32)
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|
Create(DocumentPosition, Int32, Int32, AutoFitBehaviorType)
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|
Create(DocumentPosition, Int32, Int32)
|
Inserts a blank table with the specified number of rows and columns at the specified position.
|
Get(DocumentRange)
|
Gets all tables located in the specified document range.
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
GetTableCell(DocumentPosition)
|
Gets the table cell encompassing the specified position.
|
IndexOf(Table)
|
Returns an index of a table in a collection.
|
Remove(Table)
|
Removes the table from the collection of tables in a document.
|
RemoveTableAt(Int32)
|
Removes the table with the specified index from the collection of tables in a document.
|