Aspose::Cells::Object class

Object class

Object class.

class Object

Methods

MethodDescription
AsDouble() constConverts the object to a double value, if object is number type.
AsInt32() constConverts the object to an int32_t value, if object is number type.
GetNumberType() constGets the NumberType of the object.
GetObjPtr() constInternal use.
GetType() constGets the ObjectType of the object.
IsArray1D() constChecks whether the object is a one-dimensional array.
IsArray2D() constChecks whether the object is a two-dimensional array.
IsBool() constChecks whether the object is a bool value.
IsColor() constChecks whether the object is a Color value.
IsDate() constChecks whether the object is a Date value.
IsDouble() constChecks whether the object is a double value.
IsInt32() constChecks whether the object is an int32_t value.
IsNull() constChecks whether the object is null.
IsNumber() constChecks whether the object is a number value.
IsObject() constChecks whether the object is an object pointer.
IsRange() constChecks whether the object is a Range pointer.
IsReferredArea() constChecks whether the object is a ReferredArea pointer.
IsString() constChecks whether the object is a String value.
Object()Default constructor. Constructs an empty object.
Object(bool value)Constructs from a bool value.
Object(int8_t value)Constructs from an int8_t value.
Object(uint8_t value)Constructs from an uint8_t value.
Object(int16_t value)Constructs from an int16_t value.
Object(uint16_t value)Constructs from an uint16_t value.
Object(int32_t value)Constructs from an int32_t value.
Object(uint32_t value)Constructs from an uint32_t value.
Object(int64_t value)Constructs from an int64_t value.
Object(uint64_t value)Constructs from an uint64_t value.
Object(float value)Constructs from a float value.
Object(double value)Constructs from a double value.
Object(const Date& value)Constructs from a Date value.
Object(const Aspose::Cells::Color& value)Constructs from a Color value.
Object(const U16String& value)Constructs from U16String value.
Object(const char16_t* value)Constructs from a const char16_t* string.
Object(const Range& value)Constructs from a Range value.
Object(ReferredArea_Impl* value)Internal use.
Object(System::ObjPtr value)Internal use.
Object(const Vector <Object>& value)Constructs from a one-dimensional array.
Object(const Vector <Vector <Object>>& value)Constructs from a two-dimensional array.
Object(const Object& src)Copy constructor.
operator System::ObjPtr() constInternal use.
operator=(const Object& src)operator=
ToArray1D() constGets the one-dimensional array value.
ToArray2D() constGets the two-dimensional array value.
ToBool() constGets the bool value.
ToColor() constGets the Color value.
ToDate() constGets the Date value.
ToDouble() constGets the double value.
ToFloat() constGets the float value.
ToInt16() constGets the int16_t value.
ToInt32() constGets the int32_t value.
ToInt64() constGets the int64_t value.
ToInt8() constGets the int8_t value.
ToRange() constGets the Range value.
ToReferredArea() constGets the ReferredArea value.
ToString() constGets the String value.
ToUInt16() constGets the uint16_t value.
ToUInt32() constGets the uint32_t value.
ToUInt64() constGets the uint64_t value.
ToUInt8() constGets the uint8_t value.
~Object()Destructor.

See Also