Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SHGAPI.H>
Link against: sheng.lib
This item is not part of the S60 5th Edition SDK

Class NShgUtils

Interface status: deprecated

class NShgUtils;

Description

Utilities to create cell and range reference strings.

Members

Defined in NShgUtils:


Member functions


ColumnToText(TDes &,TInt)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets a column heading string for a specified column.

Parameters

TDes16 &aDes

On return, heading of column aCol

TInt aCol

Column number


CellRefToText(TDes &,const TCellRef &)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets a cell reference string for a specified cell.

Parameters

TDes16 &aDes

On return, cell reference string for cell aCell

const TCellRef &aCell

Cell reference


CellRefToTextAbsolute(TDes &,const TCellRef &)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets an absolute cell reference string for a specified cell.

Parameters

TDes16 &aDes

On return, absolute cell reference string for cell aCell

const TCellRef &aCell

Cell reference


ColumnRangeToText(TDes &,TInt,TInt)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets a range reference string for the specified columns.

Parameters

TDes16 &aDes

On return, range reference string for columns aStartCol to aEndCol

TInt aStartCol

Start of column range

TInt aEndCol

End of column range


RowRangeToText(TDes &,TInt,TInt)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets a range reference string for the specified rows.

Parameters

TDes16 &aDes

On return, range reference string for rows aStartRow to aEndRow

TInt aStartRow

Start of row range

TInt aEndRow

End of row range


RangeRefToText(TDes &,const TRangeRef &)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets a range reference string for a specified range.

Parameters

TDes16 &aDes

On return, range reference string for range aRange

const TRangeRef &aRange

Range


RangeRefToTextAbsolute(TDes &,const TRangeRef &)

Interface status: deprecated Inherited from: NShgUtils

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

Description

Gets an absolute range reference string for a specified range.

Parameters

TDes16 &aDes

On return, absolute range reference string for range aRange

const TRangeRef &aRange

Range