CGXFormulaSheet::GetFormatRowCol
unsigned GetFormatRowCol(ROWCOL nRow, ROWCOL nCol, unsigned* pPlaces = NULL);
nRow
Specifies the grid row of the cell.
nCol
Specifies the grid column of the cell.
pPlaces
Pointer to unsigned where the number of places will be stored. Can be NULL.
Return Value
Returns the numeric formatting of the cell.
Remarks
See CGXStyle::SetFormat for possible formats.