ITable Methods |
The ITable type exposes the following members.
| 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.
|