Click or drag to resize

ITable Methods

The ITable type exposes the following members.

Methods
Name Description
Public method AddRow
Adds new row to table.
Public method AddRow(Boolean)
Adds new row to table.
Public method AddRow(Boolean, Boolean)
Adds a row to table with copy format option
Public method ApplyHorizontalMerge
Applies horizontal merging for cells of table row.
Public method ApplyVerticalMerge
Applies the vertical merge for table cells.
Public method Clone
Creates a duplicate of the document object.
(Inherited from IDocumentObject .)
Public method GetNextWidgetSibling
Gets the next widget sibling.
(Inherited from IDocumentObject .)
Public method GetPreviousWidgetSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public method RemoveAbsPosition
Removes the absolute position data. If table has absolute position in the document, all position data will be erased.
Public method ResetCells(Int32, Int32)
Resets rows / columns numbers.
Public method ResetCells(Int32, Int32, RowFormat, Single)
Resets rows / columns numbers.
Top
See Also