XLL+ Class Library (6.3)

Global conversion functions

Global conversion functions are listed here.

Remarks

For a detailed discussion of the conversion functions see the technical note Conversion functions.

Conversion

public method XlReadGroupedScalar Transform one item in a grouped CXlOper into a single value
public method XlReadGroupedScalarEx Transform one item in a grouped CXlOper into a single value of an extended type
public method XlReadGroupedVector Transform one row or column of a CXlOper into a vector
public method XlReadGroupedVectorEx Transform one row or column of a CXlOper into a vector of an extended type
public method XlReadMatrix Transform a CXlOper into a matrix
public method XlReadMatrixEx Transform a CXlOper into a matrix of an extended type
public method XlReadScalar Transform a CXlOper into a single value
public method XlReadScalarEx Transform a CXlOper into a single value of an extended type
public method XlReadVector Transform all or part of a CXlOper into a vector
public method XlReadVectorEx Transform all or part of a CXlOper into a vector of an extended type

Conversion of return values

public method XlWriteMatrixEx Transform a matrix of extended type values into a CXlOper
public method XlWriteScalarEx Transform a single value of extended type into a CXlOper
public method XlWriteVectorEx Transform a vector of extended type values into a CXlOper

Requirements

Header: xlpconvert.h

See Also

xlpconvert.h