cArray: ciArrayTypes

ciArrayTypes

Represents the available array types that can be created using CreateInstance. The values corrispond the vbVarType enum.

 Public Enum ciArrayTypes

Values

ciLong = vbLong
Same as vbLong
ciInteger = vbInteger
Same as vbInteger
ciByte = vbByte
Same as vbByte
ciDouble = vbDouble
Same as vbDouble
ciSingle = vbSingle
Same as vbSingle
ciBoolean = vbBoolean
Same as vbBoolean
ciDate = vbDate
Same as vbDate
ciString = vbString
Same as vbString
ciCurrency = vbCurrency
Same as vbCurrency
ciVariant = vbVariant
Same as vbVariant
ciObject = vbObject
Same as vbObject

Remarks

See Also

Project VBCorLib Overview Class cArray Overview cArray Properties cArray Methods BinarySearch Clear