Version

Table Class Members

The following tables list the members exposed by Table.

Public Constructors
 NameDescription
Public ConstructorTable ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyColumnsReturns a collection of TableColumn instances which comprise the columns which appear within this table.  
Public PropertyDocumentReturns the Document associated with this instance. (Inherited from Infragistics.Documents.Word.ContentBlock)
Public PropertyIndexReturns the ordinal position of this item within the collection to which it belongs, or -1 if it does not belong to a collection. (Inherited from Infragistics.Documents.Word.ContentBlock)
Public PropertyPropertiesReturns a TableProperties instance which defines the properties of this Table.  
Public PropertyRowsReturns a collection of TableRow instances which comprise the rows which appear within this table.  
See Also