SpreadJS Documentation
moveNext Method
Advances the enumerator to the next element in the collection.
Syntax
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition);
var value; // Type: boolean
value = instance.moveNext();
function moveNext() : boolean;

Return Value

true if the enumerator successfully advanced to the next element; false if the enumerator has passed the end of the collection.
See Also

Reference

CellsEnumerator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.