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