SpreadJS Documentation
caret Method
The cursor position.
Gets or sets the cursor position.
Syntax
var instance = new GcSpread.Sheets.FormulaTextBox(host);
var returnValue; // Type: any
returnValue = instance.caret(value);
function caret( 
   value : number
) : any;

Parameters

value
The cursor position.
See Also

Reference

FormulaTextBox type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.