DataColumn Properties TIBCO Spotfire 7.6 API Reference

The DataColumn type exposes the following members.

Properties

  Name Description
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property DataType
Gets the data type.
Public property 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.
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property IsValid
Gets a value indicating whether the column is valid or not.
Public property Name
Gets or sets the name of the column.
Public property NameEscapedForExpression
Gets the name of the column escaped for usage in an expression. This is a utility method which uses EscapeIdentifier(String).
Public property Properties
Gets the properties (metadata) of the column.
Public property RowValues
Gets the row values for the column.
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Public property Visible
Gets or sets a value indicating whether this column should be visible in the user interface.
Top
See Also

Reference