SpreadJS Documentation
CellsEnumerator type
Represents a cells enumerator for any area of the sheet.
Syntax
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition);
function CellsEnumerator;
Inheritance Hierarchy

Object
   GcSpread.Sheets.CellsEnumerator

Constructors
 NameDescription
public ConstructorCellsEnumerator ConstructorRepresents a cells enumerator for any area of the sheet.  
Top
Methods
 NameDescription
public MethodinitInit this instance.  
public MethodmoveNextAdvances the enumerator to the next element in the collection.  
public MethodskipCurrentDetermines whether this instance is empty.  
public MethodtryMoveNextTries to move to the next instance.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.