This is the interface for reading data from a column.
You should not implement this interface. Use the ColumnBuilderT
class to create columns.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public interface IDataColumn
The IDataColumn type exposes the following members.
Properties
Name | Description | |
---|---|---|
Hierarchy | 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.
| |
Properties | Gets the properties (metadata) of the column.
| |
RowValues | Gets the row values for the column.
|
Version Information
See Also