SpreadJS Documentation
tryMoveNext Method
Tries to move to the next instance.
Syntax
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition);
var value; // Type: boolean
value = instance.tryMoveNext();
function tryMoveNext() : boolean;
See Also

Reference

CellsEnumerator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.