DataColumnCollection AddHierarchyColumn Method TIBCO Spotfire 6.0 API Reference
Add a new hierarchy column.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public DataColumn AddHierarchyColumn(
	string name,
	HierarchyDefinition hierarchyDefinition
)

Parameters

name
Type: System String
The name of the hierarchy.
hierarchyDefinition
Type: Spotfire.Dxp.Data HierarchyDefinition
The hierarchy definition.

Return Value

Type: DataColumn
The newly created hierarchy column.
Exceptions

ExceptionCondition
System ArgumentExceptionThrown if the name of the column is not valid or already exists in the collection.
Spotfire.Dxp.Data.Exceptions ExpressionExceptionThrown if the definition is not valid.
See Also