DataColumn

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.

public class DataColumn

Constructors

Name Description
DataColumn() Constructor.

Properties

Name Description
Calendar { get; set; } Calendar ID of the data column.
ColumnNameID { get; set; } External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
Currency { get; set; } Currency ID of the data column.
DataType { get; set; } Type of the data in the data column.
Degree { get; set; } Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
DisplayOrder { get; set; } 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).
DisplayWidth { get; set; } Width of the data column in the External Data window.
Hyperlink { get; set; } Whether the data column creates a hyperlink in a shape when the shape is linked to data.
Label { get; set; } Label of the data column.
LangID { get; set; } The language ID of the data column
Mapped { get; set; } 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.
Name { get; set; } 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.
OrigLabel { get; set; } Column label returned to Visio by the underlying ADO interface.
UnitType { get; set; } Unit type of the data in the data column.

See Also