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
|
- scVDataVariableName: Variable names with formatting stripped.
- scVDataVariableNameWithFormatting: Variable names with formatting preserved.
- scVDataVariableType
- scVDataVariableTypeLength
- scVDataVariableFormatString
- scVDataNumberOfTextLabels
- scVDataVariableMissingData
- scVDataTextLabelMaxLength
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.