GcSpread.Sheets Namespace > CellsEnumerator type : moveNext Method |
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition); var value; // Type: boolean value = instance.moveNext();
function moveNext() : boolean;
true
if the enumerator successfully advanced to the next element; false
if the enumerator has passed the end of the collection.