Version

TableColumnsCollection Class Members

The following tables list the members exposed by TableColumnsCollection.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountGets the number of items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public PropertyIsReadOnlyIndicates whether the collection is read-only. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public PropertyIsSealedReturns true if this object has been sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public PropertyItemGets or sets the item at the specified zero-based index. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public Methods
 NameDescription
Public MethodAddAdds an item to the end of the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodClearClears all items form the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodClonePerforms a deep clone of the object. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
Public MethodContainsIndicates whether the specified item is contained in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodCopyToCopies the contents of the collection into the specified array. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodGetEnumeratorGets an object to enumerate all items in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodIndexOfGets the zero-based index of the specified item in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodInsertInserts the item at the specified zero-based index in the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodRemoveRemoves the specified item from the collection. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodRemoveAtRemoves the item at the specified zero-based index. (Inherited from Infragistics.Documents.RichText.RichTextObjectCollectionBase<TableColumn>)
Public MethodSealMakes the object sealed, i.e. immutable. (Inherited from Infragistics.Documents.RichText.RichTextObjectBase)
See Also