Constructor Summary |
---|
DataColumn()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
function | getCalendar() | |
function | setCalendar(value) | |
Calendar ID of the data column. | ||
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. | ||
function | getCurrency() | |
function | setCurrency(value) | |
Currency ID of the data column. | ||
function | getDataType() | |
function | setDataType(value) | |
Type of the data in the data column. | ||
function | getDegree() | |
function | setDegree(value) | |
Specifies the degree (power) of the units, for example squared, or cubed. The default (attribute absent) is 1. | ||
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). | ||
function | getDisplayWidth() | |
function | setDisplayWidth(value) | |
Width of the data column in the External Data window. | ||
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. | ||
function | getLabel() | |
function | setLabel(value) | |
Label of the data column. | ||
function | getLangID() | |
function | setLangID(value) | |
The language ID of the data column | ||
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. | ||
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. | ||
function | getOrigLabel() | |
function | setOrigLabel(value) | |
Column label returned to Visio by the underlying ADO interface. | ||
function | getUnitType() | |
function | setUnitType(value) | |
Unit type of the data in the data column. |
Constructor Detail |
---|
function DataColumn()
Property Getters/Setters Detail |
---|
getColumnNameID/setColumnNameID : String | |
function getColumnNameID() / function setColumnNameID(value) |
getName/setName : String | |
function getName() / function setName(value) |
getLabel/setLabel : String | |
function getLabel() / function setLabel(value) |
getOrigLabel/setOrigLabel : String | |
function getOrigLabel() / function setOrigLabel(value) |
getLangID/setLangID : long | |
function getLangID() / function setLangID(value) |
getCalendar/setCalendar : Number | |
function getCalendar() / function setCalendar(value) |
getDataType/setDataType : Number | |
function getDataType() / function setDataType(value) |
getUnitType/setUnitType : String | |
function getUnitType() / function setUnitType(value) |
getCurrency/setCurrency : Number | |
function getCurrency() / function setCurrency(value) |
getDegree/setDegree : long | |
function getDegree() / function setDegree(value) |
getDisplayWidth/setDisplayWidth : long | |
function getDisplayWidth() / function setDisplayWidth(value) |
getDisplayOrder/setDisplayOrder : long | |
function getDisplayOrder() / function setDisplayOrder(value) |
getMapped/setMapped : Number | |
function getMapped() / function setMapped(value) |
getHyperlink/setHyperlink : Number | |
function getHyperlink() / function setHyperlink(value) |