The methods of the CXlCell class are listed here.
Compare | Compare the contents of this CXlCell with another cell | |
operator != | Compare the contents of this CXlCell with another cell | |
operator < | Compare the contents of this CXlCell with another cell | |
operator <= | Compare the contents of this CXlCell with another cell | |
operator == | Compare the contents of this CXlCell with another cell | |
operator > | Compare the contents of this CXlCell with another cell | |
operator >= | Compare the contents of this CXlCell with another cell |
IsBool | Does the CXlCell contain a boolean? | |
IsDouble | Does the CXlCell contain a double-precision floating point number? | |
IsEmpty | Is the CXlCell empty? | |
IsError | Does the CXlCell contain an error? | |
IsInt | Does the CXlCell contain an integer? | |
IsOfType | Is the CXlCell of the specified type? | |
IsString | Does the CXlCell contain a string? |
operator = | Assigns a new value to the CXlOper, using a variety of input types |
operator BOOL | Returns a boolean value | |
operator bool | Returns a boolean value | |
operator CString | Returns a string value | |
operator double | Returns a numeric value |
FromBool | Assigns a boolean value and data type to the CXlCell | |
FromDouble | Assigns an floating-point numeric value and data type to the CXlCell | |
FromError | Assigns an error value and data type to the CXlCell | |
FromInt | Assigns a single integer to the CXlCell | |
FromString | Assigns a string value and data type to the CXlCell |
ToBool | Returns a boolean value | |
ToDouble | Retrieves a numeric value from the CXlCell | |
ToInt | Returns an integer value | |
ToString | Returns a string value |
CXlCell | Constructs a CXlCell object |
Header: xllplus.h
CXlCell Class | xllplus.h | CXlConstCell | CXlOper::Cell | CXlOper