SpreadJS Documentation
skipCurrent Method
Determines whether this instance is empty.
Syntax
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition);
var value; // Type: boolean
value = instance.skipCurrent();
function skipCurrent() : boolean;

Return Value

true if this instance is empty; otherwise, false.
See Also

Reference

CellsEnumerator type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.