VariableType Enumeration
This enumeration specifies the Spreadsheet variable type.
Syntax
|
Constants
|
Enum VariableType
scDouble = 0
scText = 1
scInteger = 2
scByte = 3
End Enum
|
- scDouble: Double data type.
- scText: Text data type.
- scInteger: Integer data type.
- scByte: Byte data type.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.