The SummaryTableVisibleColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | AddNew | Add an existing data column by name.
|
![]() | Clear | Clears the collection.
|
![]() | Contains(String) | Checks if columnName is contained in this collection.
|
![]() | Contains(SummaryTableVisibleColumn) | Determines whether this
SummaryTableVisibleColumnCollection contains the specified column.
|
![]() | GetEnumerator | Gets an enumerator.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | Returns the index in the collection that the column has.
|
![]() | Move | Move the item at fromIndex to toIndex where both
indexes are prior to any insertion and removal operations.
|
![]() | Remove(String) | Removes the column named columnName from the collection if it exists.
|
![]() | Remove(SummaryTableVisibleColumn) | Removes a column from the collection.
|
![]() | RemoveAt | Remove the SummaryTableVisibleColumn located at index.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |
![]() ![]() | INodeContextGetAncestorT |
Implements GetAncestorT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextGetServiceT |
Implements GetServiceT.
(Inherited from DocumentNode.) |
![]() ![]() | INodeContextIsDescendantOf |
Implements IsDescendantOf(DocumentNode).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsBeginAggregatedTransaction |
Implements BeginAggregatedTransaction.
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteInvisibleTransaction |
Implements ExecuteInvisibleTransaction(Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteStickyTransaction |
Implements ExecuteStickyTransaction(Guid, Executor).
(Inherited from DocumentNode.) |
![]() ![]() | ITransactionsExecuteTransaction |
Implements ExecuteTransaction(Executor).
(Inherited from DocumentNode.) |
See Also