Click or drag to resize

ITable Properties

The ITable type exposes the following members.

Properties
Name Description
Public property ChildObjects
Gets the child entities.
(Inherited from ICompositeObject .)
Public property Document
Gets document of this entity.
(Inherited from IDocumentObject .)
Public property DocumentObjectType
Gets the type of the document object.
(Inherited from IDocumentObject .)
Public property FirstRow
Gets the last row in table.
Public property IndentFromLeft
Gets or sets indent from left for the table.
Public property IsComposite
Gets a value indicating whether this instance is composite.
(Inherited from IDocumentObject .)
Public property Item
Gets cell by row/column indexes.
Public property LastCell
Gets the last cell in last row.
Public property LastRow
Gets the last row in table.
Public property NextSibling
Gets the next sibling.
(Inherited from IDocumentObject .)
Public property Owner
Gets owner of this document object.
(Inherited from IDocumentObject .)
Public property PreviousSibling
Gets the previous sibling.
(Inherited from IDocumentObject .)
Public property Rows
Gets row collection.
Public property TableFormat
Gets the table format.
Public property Width
Returns or setstable width.
Top
See Also