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
See Also