XLL+ Class Library (6.3)

CXlConstCell Methods

The methods of the CXlConstCell class are listed here.

Comparisons

public method Compare Compare the contents of this CXlConstCell with another cell
public method operator != Compare the contents of this CXlConstCell with another cell
public method operator < Compare the contents of this CXlConstCell with another cell
public method operator <= Compare the contents of this CXlConstCell with another cell
public method operator == Compare the contents of this CXlConstCell with another cell
public method operator > Compare the contents of this CXlConstCell with another cell
public method operator >= Compare the contents of this CXlConstCell with another cell

Type inspection

public method IsBool Does the CXlConstCell contain a boolean?
public method IsDouble Does the CXlConstCell contain a double-precision floating point number?
public method IsEmpty Is the CXlConstCell empty?
public method IsError Does the CXlConstCell contain an error?
public method IsInt Does the CXlConstCell contain an integer?
public method IsOfType Is the CXlConstCell of the specified type?
public method IsString Does the CXlConstCell contain a string?

Output casting operators

public method operator BOOL Returns a boolean value
public method operator bool Returns a boolean value
public method operator CString Returns a string value
public method operator double Returns a numeric value

Output functions

public method ToBool Returns a boolean value
public method ToDouble Retrieves a numeric value from the CXlConstCell
public method ToInt Returns an integer value
public method ToString Returns a string value

Construction

public method CXlConstCell Constructs a CXlConstCell object

Requirements

Header: xllplus.h

See Also

CXlConstCell Class | xllplus.h | CXlCell | CXlOper::Cell | CXlOper