Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: SHGCOORD.H
Link against: sheng.lib

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

Class TShgRangeRef

class TShgRangeRef;

Description

A cell range reference, specifying a continuous range of cells.

Members

Defined in TShgRangeRef:
ERangeSeparator, EWorkSheetNameStartAndEndIndicator, EWorkSheetSeparator, TShgRangeRef(), TShgRangeRef(), TShgRangeRef(), anonymous, anonymous, anonymous, iFrom, iTo


Construction and destruction


TShgRangeRef()

inline TShgRangeRef();

Description

Default constructor.


TShgRangeRef()

inline TShgRangeRef(const TShgCellRef &aFrom, const TShgCellRef &aTo);

Description

Constructor specifying two cell references.

Parameters

const TShgCellRef &aFrom

Cell reference specifying the start of the range

const TShgCellRef &aTo

Cell reference specifying the end of the range


TShgRangeRef()

inline TShgRangeRef(const TShgRangeRef &aRangeRef);

Description

Copy constructor.

Parameters

const TShgRangeRef &aRangeRef

[Top]


Member enumerations


Enum anonymous

n/a

Description

Constant definition.

ERangeSeparator

Character to use as a separator in range strings.


Enum anonymous

n/a

Description

Constant definition.

EWorkSheetSeparator

Character to use as a worksheet separator in range strings.


Enum anonymous

n/a

Description

Constant definition.

EWorkSheetNameStartAndEndIndicator

Character to use to mark the start and end of a worksheet specification in range strings.

[Top]


Member data


iFrom

TShgCellRef iFrom;

Description

Start of the range.


iTo

TShgCellRef iTo;

Description

End of the range.