Chapter 2 -- 136
Programmer’s Guide
"
"
"
"
Counter. DecimalUse
Uses or not decimal formatting.
Access
Read/Write.
Type
VT_BOOL or Boolean.
"
"
"
"
Counter. ThousandSeparator
Sets or retrieves the thousand separator.
Access
Read/Write.
Type
VT_BSTR or String.
"
"
"
"
Counter. Increment
Sets or retrieves the increment.
Access
Read/Write.
Type
VT_VARIANT or Variant.
"
"
"
"
Counter. ISO
Uniquely numbers each copy of a label.
Access
Read/Write.
Type
VT_BOOL or Boolean.
"
"
"
"
Counter. BaseType
Sets or retrieves the counting base used for counting.
Access
Read/Write.
Type
VT_I2 or Integer or enumBase type.
The value can be one of the following:
lppxBaseBinary
= 2
lppxBaseOctal
= 8
lppxBaseDecimal
= 10
lppxBaseHexadecimal
= 16
lppxBaseAlphabetic
= 26
lppxBaseAlphaNumeric
= 36
lppxBaseCustom
= 255