Version

TableColumn Class Members

The following tables list the members exposed by TableColumn.

Public Constructors
 NameDescription
Public ConstructorTableColumn ConstructorCreates a new instance of the class.  
Public Properties
 NameDescription
Public PropertyColumnsCollectionReturns the TableColumnsCollection to which this instance belongs, or null if this column is currently not associated with a table.  
Public PropertyDocumentReturns the Document with which this item is associated. (Inherited from Infragistics.Documents.Word.TableContent)
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.TableContent)
Public PropertyPreferredWidthReturns or sets the preferred width for this column.  
Public PropertyTableReturns the Table with which this column is associated, or null if this column is currently not associated with a table.  
See Also