ColumnExpression Class TIBCO Spotfire 6.0 API Reference
This is a handle to a column expression. This class is created by the factory methods Create(String), and can be used to retrieve information about the components of the column expression.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Data.Expressions AbstractExpression
    Spotfire.Dxp.Data.Expressions ColumnExpression

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

[SerializableAttribute]
[NotPersistedAttribute]
public sealed class ColumnExpression : AbstractExpression
See Also