[]
        
(Showing Draft Content)

C1.CalcEngine.ExcelEngine.ExcelEngine.ParseIdentifier

ParseIdentifier Method

ParseIdentifier(char, int)

Parses an identifier string.

Declaration
protected override void ParseIdentifier(char c, int position = 1)
Parameters
Type Name Description
char c

Current char of the Expression string.

int position

Offset position relative to the start character.

Overrides

ParseIdentifier(string)

Parses an identifier string.

Declaration
protected override IExpression ParseIdentifier(string id)
Parameters
Type Name Description
string id

The identifier string.

Returns
Type Description
IExpression
Overrides