DataColumn Properties

Spotfire 14.3 API Reference

The DataColumn type exposes the following members.

Properties

  NameDescription
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyDataType
Gets the data type.
Public propertyDisplayValueSettings
Gets the display value settings for this column.
Public propertyHierarchy
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.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyIsValid
Gets a value indicating whether the column is valid or not.
Public propertyName
Gets or sets the name of the column.
Public propertyNameEscapedForExpression
Gets the name of the column escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(String).
Public propertyProperties
Gets the properties (metadata) of the column.
Public propertyRowValues
Gets the row values for the column.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public propertyVisible
Gets or sets a value indicating whether this column should be visible in the user interface.
Top
See Also

Reference