Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

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

Class TShgRangeRef

Interface status: deprecated

class TShgRangeRef;

Description

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

Members

Defined in TShgRangeRef:


Construction and destruction


TShgRangeRef()

Interface status: deprecated Inherited from: TShgRangeRef

inline TShgRangeRef();

Description

Default constructor.


TShgRangeRef(const TShgCellRef &,const TShgCellRef &)

Interface status: deprecated Inherited from: 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(const TShgRangeRef &)

Interface status: deprecated Inherited from: TShgRangeRef

inline TShgRangeRef(const TShgRangeRef &aRangeRef);

Description

Copy constructor.

Parameters

const TShgRangeRef &aRangeRef

[Top]


Member enumerations


Enum anonymous

Interface status: deprecated Inherited from: TShgRangeRef

n/a

Description

Constant definition.

ERangeSeparator

Character to use as a separator in range strings.


Enum anonymous

Interface status: deprecated Inherited from: TShgRangeRef

n/a

Description

Constant definition.

EWorkSheetSeparator

Character to use as a worksheet separator in range strings.


Enum anonymous

Interface status: deprecated Inherited from: TShgRangeRef

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

Interface status: deprecated Inherited from: TShgRangeRef

TShgCellRef iFrom;

Description

Start of the range.


iTo

Interface status: deprecated Inherited from: TShgRangeRef

TShgCellRef iTo;

Description

End of the range.