Aspose::Cells::ObjectType enum

ObjectType enum

Represents the type of the object.

enum class ObjectType

Values

NameValueDescription
Null0
The object is empty.
Bool1
The object is bool type.
Number2
The object is number type.
Date3
The object is date type.
Color4
The object is color type.
String5
The object is string type.
ReferredArea6
The object is ReferredArea type.
Range7
The object is Range type.
Array1D8
The object is a one-dimensional array.
Array2D9
The object is a two-dimensional array.
Object10
The object is an Object pointer.

See Also