Symbian
Symbian OS Library

SYMBIAN OS V9.3

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



Location: SHGFMLEX.H

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

Struct SLexToken

struct SLexToken;

Description

A token that represents part of a formula.

Members

Defined in SLexToken:
iClass, iType, iValCell, iValInt, iValNameId, iValRange, iValReal, iValText, iWorkSheetNo


Member data


iType

TFormulaToken iType;

Description

Formula token ID.


iClass

Token::TLexTokenClass iClass;

Description

Formula token class (operator, function, etc.) and argument information.


iValInt

TInt iValInt;

Description

Integer value.


iValReal

TReal iValReal;

Description

Real number value.


iWorkSheetNo

TInt iWorkSheetNo;

Description

Worksheet number.


iValCell

TShgCellRef iValCell;

Description

Cell reference.


iValRange

TShgRangeRef iValRange;

Description

Range reference.


iValNameId

TInt32 iValNameId;

Description

Name.


iValText

HBufC * iValText;

Description

Text.