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.
Gets the context of this node.
Gets the count.
Gets a value indicating whether this node is attached.
Gets a collection of methods for executing transactions on the document.
Adds a table plot column for the specified data column.
The data column.
Adds a table plot column for the specified virtual column.
The virtual column.
Adds a table plot column with a value renderer for the specified data column.
The data column.
The type identifier of the value renderer that the plot column should have.
Adds a table plot column with a value renderer for the specified virtual column.
The virtual column.
The type identifier of the value renderer that the plot column should have.
Adds multiple data columns to the table plot.
The data columns to add.
Adds multiple virtual columns to the table plot.
The virtual columns to add.
Determines if a data column is present in the collection.
The column to look for.
True if the column was present, false otherwise.
Determines if a virtual column is present in the collection.
The column to look for.
True if the column was present, false otherwise.
Returns an enumerator that iterates through the collection.
A System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Removes a data column from the table plot.
The column to remove.
True if the column was present in the collection, false otherwise.
Removes a virtual column from the table plot.
The column to remove.
True if the column was present in the collection, false otherwise.
Sets the value renderer for the plot column corresponding to a given data column.
The data column to set the renderer for.
The type identifier of the value renderer to set. ValueRendererTypeIdentifiers.VirtualValueRenderer cannot be used, use Spotfire.Dxp.Application.Visuals.TablePlotBase.VirtualColumnProducers to add virtual values to the table plot.
The newly created value renderer settings.
Sets the value renderer for the plot column corresponding to a given virtual column.
The virtual column to set the renderer for.
The type identifier of the value renderer to set. ValueRendererTypeIdentifiers.VirtualValueRenderer cannot be used, use Spotfire.Dxp.Application.Visuals.TablePlotBase.VirtualColumnProducers to add virtual values to the table plot.
The newly created value renderer settings.
Gets the table column for a given data column provided it is present in the collection.
The data column to get a table column for.
If successful returns the table column for the data column.
True if the data column was present in the collection, false otherwise.
Gets the table column for a given virtual column provided it is present in the collection.
The virtual column to get a table column for.
If successful returns the table column for the data column.
True if the virtual column was present in the collection, false otherwise.
TableColumnCollection class.
Since
2.0