GetVDataType Enumeration
Specifies the type of Spreadsheet variable info returned by GetVData().
| Syntax | Constants |
|---|---|
Enum GetVDataType
scVDataVariableName = 0
scVDataVariableNameWithFormatting = 1
scVDataVariableType = 2
scVDataVariableTypeLength = 3
scVDataVariableFormatString = 4
scVDataNumberOfTextLabels = 5
scVDataVariableMissingData = 6
scVDataTextLabelMaxLength = 7
End Enum
|
|