SpreadJS Documentation
getParserContext Method
Whether to use R1C1.
The row.
The column.
The parser symbol option.
Gets the parser context.
Syntax
var instance = new GcSpread.Sheets.Calc.CalcSource(service);
var value; // Type: ParserContext
value = instance.getParserContext(useR1C1, baseRow, baseColumn, option);
function getParserContext( 
   useR1C1 : boolean,
   baseRow : number,
   baseColumn : number,
   option : object
) : ParserContext;

Parameters

useR1C1
Whether to use R1C1.
baseRow
The row.
baseColumn
The column.
option
The parser symbol option.

Return Value

The parser context.
See Also

Reference

CalcSource type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.