SpreadJS Documentation
ParserContext Method
The parser calc source
If set to true, use R1C1 notation.
The base row.
The base column.
The culture option.
Represents a parser context, which is used for the CalcParser processes.
Syntax
var value; // Type: any
value = GcSpread.Sheets.Calc.ParserContext(source, useR1C1, baseRow, baseColumn, option);
function ParserContext( 
   source : CalcSource,
   useR1C1 : boolean,
   baseRow : number,
   baseColumn : number,
   option : Object
) : any;

Parameters

source
The parser calc source
useR1C1
If set to true, use R1C1 notation.
baseRow
The base row.
baseColumn
The base column.
option
The culture option.
See Also

Reference

Calc type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.