GcSpread.Sheets Namespace > Sheet type : isValid Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: boolean returnValue = instance.isValid(row, column, value);
true
if the value is valid; otherwise, false
.alert(activeSheet.isValid(0, 0, 10));