Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SHGAPI.H
Link against: sheng.lib

This item is not part of the S60 3rd Edition SDK for Symbian OS, Feature Pack 2.

Class NShgUtils

class NShgUtils;

Description

Utilities to create cell and range reference strings.

Members

Defined in NShgUtils:
CellRefToText(), CellRefToTextAbsolute(), ColumnRangeToText(), ColumnToText(), RangeRefToText(), RangeRefToTextAbsolute(), RowRangeToText()


Member functions


ColumnToText()

static IMPORT_C void ColumnToText(TDes &aDes, TInt aCol);

Description

Gets a column heading string for a specified column.

Parameters

TDes &aDes

On return, heading of column aCol

TInt aCol

Column number


CellRefToText()

static IMPORT_C void CellRefToText(TDes &aDes, const TCellRef &aCell);

Description

Gets a cell reference string for a specified cell.

Parameters

TDes &aDes

On return, cell reference string for cell aCell

const TCellRef &aCell

Cell reference


CellRefToTextAbsolute()

static IMPORT_C void CellRefToTextAbsolute(TDes &aDes, const TCellRef &aCell);

Description

Gets an absolute cell reference string for a specified cell.

Parameters

TDes &aDes

On return, absolute cell reference string for cell aCell

const TCellRef &aCell

Cell reference


ColumnRangeToText()

static IMPORT_C void ColumnRangeToText(TDes &aDes, TInt aStartCol, TInt aEndCol);

Description

Gets a range reference string for the specified columns.

Parameters

TDes &aDes

On return, range reference string for columns aStartCol to aEndCol

TInt aStartCol

Start of column range

TInt aEndCol

End of column range


RowRangeToText()

static IMPORT_C void RowRangeToText(TDes &aDes, TInt aStartRow, TInt aEndRow);

Description

Gets a range reference string for the specified rows.

Parameters

TDes &aDes

On return, range reference string for rows aStartRow to aEndRow

TInt aStartRow

Start of row range

TInt aEndRow

End of row range


RangeRefToText()

static IMPORT_C void RangeRefToText(TDes &aDes, const TRangeRef &aRange);

Description

Gets a range reference string for a specified range.

Parameters

TDes &aDes

On return, range reference string for range aRange

const TRangeRef &aRange

Range


RangeRefToTextAbsolute()

static IMPORT_C void RangeRefToTextAbsolute(TDes &aDes, const TRangeRef &aRange);

Description

Gets an absolute range reference string for a specified range.

Parameters

TDes &aDes

On return, absolute range reference string for range aRange

const TRangeRef &aRange

Range