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 display value settings for this column.
Gets the hierarchy of the column, this is either the hierarchy in the case of a hierarchy column or the indexed column for other columns.
Gets a value indicating whether this node is attached.
Gets a value indicating whether the column is valid or not.
Gets or sets the name of the column.
Gets the name of the column escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(identifier).
Gets the properties (metadata) of the column.
Gets the row values for the column.
Gets a collection of methods for executing transactions on the document.
Gets or sets a value indicating whether this column should be visible in the user interface.
Gets a representation of the Spotfire.Dxp.Data.DataColumn for modification of properties that are not part of a standard Spotfire.Dxp.Data.DataColumn. If this is a calculated column then the Spotfire.Dxp.Data.CalculatedColumn class can be retrieved from this method. If this is a tags column then the Spotfire.Dxp.Data.TagsColumn class can be retrieved and if this is a hierarchy column then the Spotfire.Dxp.Data.HierarchyColumn class can be retrieved. If this is a result column then the Spotfire.Dxp.Data.ResultColumn class can be retrieved. The classes which can be retrieved will be extended in the future.
Generic type argument
An object of the requested type.
This is a data column which is part of a data table and can be used to retrieve data on row values, hierarchies and properties. The data column implements the Spotfire.Dxp.Data.IDataColumn which is to be used for non-modification operations on the data column. This class has no public constructors, see the Spotfire.Dxp.Data.DataColumnCollection class for methods which create data columns.
Since
2.0