GcSpread.Sheets Namespace > CellsEnumerator type : skipCurrent Method |
var instance = new GcSpread.Sheets.CellsEnumerator(sheet, searchCondition); var value; // Type: boolean value = instance.skipCurrent();
function skipCurrent() : boolean;
true
if this instance is empty; otherwise, false
.