StaGetVDataType Enumeration

Specifies the type of Spreadsheet variable info returned by GetVData.

Syntax Constants
Enum StaGetVDataType
    staVDataVariableName = 0
    staVDataVariableNameWithFormatting = 1
    staVDataVariableType = 2
    staVDataVariableTypeLength = 3
    staVDataVariableFormatString = 4
    staVDataNumberOfTextLabels = 5
    staVDataVariableMissingData = 6
    staVDataTextLabelMaxLength = 7
End Enum
  • staVDataVariableName: Variable names with formatting stripped.
  • staVDataVariableNameWithFormatting: Variable names with formatting preserved.
  • staVDataVariableType
  • staVDataVariableTypeLength
  • staVDataVariableFormatString
  • staVDataNumberOfTextLabels
  • staVDataVariableMissingData
  • staVDataTextLabelMaxLength