DataColumn Class

Defines how a data column appears in the External Data window in the Visio user interface and qualifies the data in the column by defining its data type and formatting.
Inheritance Hierarchy
SystemObject
  Aspose.DiagramDataColumn

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class DataColumn

The DataColumn type exposes the following members.

Constructors
  NameDescription
Public methodDataColumn
Constructor.
Properties
  NameDescription
Public propertyCalendar
Calendar ID of the data column.
Public propertyColumnNameID
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
Public propertyCurrency
Currency ID of the data column.
Public propertyDataType
Type of the data in the data column.
Public propertyDegree
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
Public propertyDisplayOrder
Defines the display position of the data column in the External Data window, from the left-most column (0) to the right-most column (largest value).
Public propertyDisplayWidth
Width of the data column in the External Data window.
Public propertyHyperlink
Whether the data column creates a hyperlink in a shape when the shape is linked to data.
Public propertyLabel
Label of the data column.
Public propertyLangID
The language ID of the data column
Public propertyMapped
Specifies whether the column is visible in the External Data window. True (1) for the column to be visible; false (0) for the column not to be visible. The default (attribute absent) is for the column to be visible.
Public propertyName
Internal name of the data column. Used as the row name for the shape-data item (custom property) added to a shape when the shape is linked to a data row.
Public propertyOrigLabel
Column label returned to Visio by the underlying ADO interface.
Public propertyUnitType
Unit type of the data in the data column.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also