GcSpread.Sheets.Calc Namespace > CalcSource type : getParserContext Method |
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;