ITable Interface |
Namespace: Spire.Doc.Interface
The ITable type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
ChildObjects |
Gets the child entities.
(Inherited from
ICompositeObject
.)
|
|
|
Document |
Gets document of this entity.
(Inherited from
IDocumentObject
.)
|
|
|
DocumentObjectType |
Gets the type of the document object.
(Inherited from
IDocumentObject
.)
|
|
|
FirstRow |
Gets the last row in table.
|
|
|
IndentFromLeft |
Gets or sets indent from left for the table.
|
|
|
IsComposite |
Gets a value indicating whether this instance is composite.
(Inherited from
IDocumentObject
.)
|
|
|
Item |
Gets cell by row/column indexes.
|
|
|
LastCell |
Gets the last cell in last row.
|
|
|
LastRow |
Gets the last row in table.
|
|
|
NextSibling |
Gets the next sibling.
(Inherited from
IDocumentObject
.)
|
|
|
Owner |
Gets owner of this document object.
(Inherited from
IDocumentObject
.)
|
|
|
PreviousSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
|
|
Rows |
Gets row collection.
|
|
|
TableFormat |
Gets the table format.
|
|
|
Width |
Returns or setstable width.
|
| Name | Description | |
|---|---|---|
|
|
AddRow |
Adds new row to table.
|
|
|
AddRow(Boolean) |
Adds new row to table.
|
|
|
AddRow(Boolean, Boolean) |
Adds a row to table with copy format option
|
|
|
ApplyHorizontalMerge |
Applies horizontal merging for cells of table row.
|
|
|
ApplyVerticalMerge |
Applies the vertical merge for table cells.
|
|
|
Clone |
Creates a duplicate of the document object.
(Inherited from
IDocumentObject
.)
|
|
|
GetNextWidgetSibling |
Gets the next widget sibling.
(Inherited from
IDocumentObject
.)
|
|
|
GetPreviousWidgetSibling |
Gets the previous sibling.
(Inherited from
IDocumentObject
.)
|
|
|
RemoveAbsPosition |
Removes the absolute position data. If table has absolute position in the document,
all position data will be erased.
|
|
|
ResetCells(Int32, Int32) |
Resets rows / columns numbers.
|
|
|
ResetCells(Int32, Int32, RowFormat, Single) |
Resets rows / columns numbers.
|