aspose.diagram
Class DataColumn

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.

Constructor Summary
DataColumn()
           Constructor.
 
Property Getters/Setters Summary
functiongetCalendar()
functionsetCalendar(value)
           Calendar ID of the data column.
functiongetColumnNameID()
functionsetColumnNameID(value)
           External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.
functiongetCurrency()
functionsetCurrency(value)
           Currency ID of the data column.
functiongetDataType()
functionsetDataType(value)
           Type of the data in the data column.
functiongetDegree()
functionsetDegree(value)
           Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.
functiongetDisplayOrder()
functionsetDisplayOrder(value)
           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).
functiongetDisplayWidth()
functionsetDisplayWidth(value)
           Width of the data column in the External Data window.
functiongetHyperlink()
functionsetHyperlink(value)
           Whether the data column creates a hyperlink in a shape when the shape is linked to data. The value of the property is BOOL integer constant.
functiongetLabel()
functionsetLabel(value)
           Label of the data column.
functiongetLangID()
functionsetLangID(value)
           The language ID of the data column
functiongetMapped()
functionsetMapped(value)
           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. The value of the property is BOOL integer constant.
functiongetName()
functionsetName(value)
           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.
functiongetOrigLabel()
functionsetOrigLabel(value)
           Column label returned to Visio by the underlying ADO interface.
functiongetUnitType()
functionsetUnitType(value)
           Unit type of the data in the data column.
 

Constructor Detail

DataColumn

function DataColumn()
Constructor.

Property Getters/Setters Detail

getColumnNameID/setColumnNameID : String 

function getColumnNameID() / function setColumnNameID(value)
External name of the data column. Appears in the headings in the External Data window and in labels in data graphics.

getName/setName : String 

function getName() / function setName(value)
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.

getLabel/setLabel : String 

function getLabel() / function setLabel(value)
Label of the data column.

getOrigLabel/setOrigLabel : String 

function getOrigLabel() / function setOrigLabel(value)
Column label returned to Visio by the underlying ADO interface.

getLangID/setLangID : long 

function getLangID() / function setLangID(value)
The language ID of the data column

getCalendar/setCalendar : Number 

function getCalendar() / function setCalendar(value)
Calendar ID of the data column.

getDataType/setDataType : Number 

function getDataType() / function setDataType(value)
Type of the data in the data column.

getUnitType/setUnitType : String 

function getUnitType() / function setUnitType(value)
Unit type of the data in the data column.

getCurrency/setCurrency : Number 

function getCurrency() / function setCurrency(value)
Currency ID of the data column.

getDegree/setDegree : long 

function getDegree() / function setDegree(value)
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1.

getDisplayWidth/setDisplayWidth : long 

function getDisplayWidth() / function setDisplayWidth(value)
Width of the data column in the External Data window.

getDisplayOrder/setDisplayOrder : long 

function getDisplayOrder() / function setDisplayOrder(value)
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).

getMapped/setMapped : Number 

function getMapped() / function setMapped(value)
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. The value of the property is BOOL integer constant.

getHyperlink/setHyperlink : Number 

function getHyperlink() / function setHyperlink(value)
Whether the data column creates a hyperlink in a shape when the shape is linked to data. The value of the property is BOOL integer constant.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.