Version

TableColumnsCollection Class Members

The following tables list the members exposed by TableColumnsCollection.

Public Properties
 NameDescription
Public PropertyCountReturns the number of elements in this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public PropertyDocumentReturns the Document with which this collection is associated. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public PropertyItemReturns the TableColumn instance at the specified ordinal position within this collection.  
Public Methods
 NameDescription
Public MethodAddOverloaded. Adds a new TableColumn to the associated table.  
Public MethodClearRemoves all elements from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodContainsReturns a boolean value indicating whether the specified item is contained within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodIndexOfReturns the index of the specified item within this collection, or -1 if the item is not a member of this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodInsertOverloaded. Inserts a new TableColumn into the associated table at the specified ordinal position.  
Public MethodRemoveRemoves the specified item from this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodRemoveAtRemoves the item at the specified ordinal position within this collection. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
Public MethodToStringReturns the string representation of this object. (Inherited from Infragistics.Documents.Word.CollectionBase<TableContent>)
See Also