The TablePlotVisibleColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds a TablePlotColumn representing the DataColumn named columnName in the DataTable that this TablePlotColumnCollection works on.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
AddRange |
Adds a TablePlotColumn for each column in columnNames.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
Clear |
Removes all TablePlotColumns from this collection.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
Contains |
Checks if columnName is contained in this collection.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
GetEnumerator |
Gets an enumerator.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IndexOf |
Returns the index in the collection that the columnName has.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
Insert |
Creates a new TablePlotColumn from columnName and inserts it in the collection at the given index.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
Move |
Move the item at fromIndex to toIndex where both
indexes are prior to any insertion and removal operations.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
Remove |
Removes the column named columnName from the collection if it exists.
(Inherited from TablePlotColumnCollectionT.) |
![]() |
RemoveAt |
Remove the TablePlotColumn located at index.
(Inherited from TablePlotColumnCollectionT.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IServiceProviderGetService |
Implements IServiceProvider.
(Inherited from Node.) |
![]() ![]() |
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