Add(IdxRichEditDocumentPosition,Integer,Integer,TdxRichEditAutoFitBehaviorType,Integer)
|
Inserts an empty table with the set number of rows and columns at the specified position in the parent document.
|
Delete(Integer)
|
Deletes the specified table by index.
|
Get(IdxRichEditDocumentRange)
|
|
GetCount
|
Returns the number of items within the list or collection.
|
GetFirst
|
Returns the first table in the collection.
|
GetItem(Integer)
|
Returns the collection item by its zero-based index.
|
GetLast
|
Returns the last table in the collection.
|
GetTableCell(IdxRichEditDocumentPosition)
|
|
IndexOf(IdxRichEditTable)
|
Returns the index of the specified table in the collection.
|
Remove(IdxRichEditTable)
|
Deletes the specified table.
|