<< Return to Main Index

< Return to Class Index

CGXFormulaSheet::GetNumberRowCol

int GetNumberRowCol(ROWCOL nRow, ROWCOL nCol, double& number);

nRow

Specifies the grid row of the cell.

nCol

Specifies the grid column of the cell.

number

A reference to a double where the result text will be stored.

Return Value

Not used.

Remarks

Returns the numeric value for a cell. Text label will return 0. Formula will be evaluated if necessary.

To get the formula expression for a cell you should call GetExpressionRowCol.

See Also

CGXFormulaSheet::GetExpressionRowCol

CGXFormulaSheet

Class Overview | Class Members