Location:
SHGAPI.H
Link against: sheng.lib
class NShgUtils;
Utilities to create cell and range reference strings.
Defined in NShgUtils
:
CellRefToText()
, CellRefToTextAbsolute()
, ColumnRangeToText()
, ColumnToText()
, RangeRefToText()
, RangeRefToTextAbsolute()
, RowRangeToText()
static IMPORT_C void ColumnToText(TDes &aDes, TInt aCol);
Gets a column heading string for a specified column.
|
static IMPORT_C void CellRefToText(TDes &aDes, const TCellRef &aCell);
Gets a cell reference string for a specified cell.
|
static IMPORT_C void CellRefToTextAbsolute(TDes &aDes, const TCellRef &aCell);
Gets an absolute cell reference string for a specified cell.
|
static IMPORT_C void ColumnRangeToText(TDes &aDes, TInt aStartCol, TInt aEndCol);
Gets a range reference string for the specified columns.
|
static IMPORT_C void RowRangeToText(TDes &aDes, TInt aStartRow, TInt aEndRow);
Gets a range reference string for the specified rows.
|