C++
const ACHAR* format( int row, int col ) const;
Description
For internal use only.
Parameters
Parameters | Description |
---|---|
row | Input integer specifying the zero-based row index for the cell |
col | Input integer specifying the zero-based column index for the cell |