Static
EqualsDetermines 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.
Readonly
ItemReturns the Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumn for the data column named columnName.
The name of the column to find.
The Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumn.
2.0
Gets the context of this node.
Gets the number of Spotfire.Dxp.Application.Visuals.SummaryTableVisibleColumns in the collection.
Gets a value indicating whether this node is attached.
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.
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