var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.validator(value);
function validator( value : DefaultDataValidator ) : any;
Parameters
- value
- The cell data validator.
Return Value
If no value is set, returns the cell data validator; otherwise, returns the cell.