Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
ReadonlyItemReturns the Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumn for the data column named columnName.
Gets the number of Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumns in the collection.
Gets a collection of methods for executing transactions on the document.
Add an existing data column by name.
The name of the data column.
Determines whether this Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumnCollection contains the specified column.
The column.
true if this instance contains the specified column; otherwise, false.
Checks if columnName is contained in this collection.
The name of the column to look for.
true if the column is part of the collection; otherwise false.
Gets an enumerator.
The enumerator.
Returns the index in the collection that the column has.
The column to look for.
The index of the column if it exists, otherwise -1.
Move the item at fromIndex to toIndex where both indexes are prior to any insertion and removal operations.
This method will move the item at position fromIndex in the collection to position toIndex, where toIndex is the index in the original collection where the moved item will be inserted; Move(0, 2) with input { A, B, C } will result in { B, C, A } after the move operation. Move(0, 0) will leave the collection unchanged. Move(0, 1) will result in { B, A, C }. Move(2, 0) will result in { C, A, B }.
Removes the column named columnName from the collection if it exists.
The name of the column to be removed.
true if the column was found and removed; otherwise false.
Removes a column from the collection.
The Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumn to remove.
true if the column was found and removed; otherwise, false.
Remove the Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumn located at index.
The index of the column to remove.
Collection of columns used in the plot. This collection contains the columns visible in a Spotfire.Dxp.Application.Visuals.SummaryTable. The collection is synchronized with changes in the underlying data, such as remove, add and rename of columns.
Since
2.0