var instance = new GC.Spread.Sheets.Worksheet(name); var value; // Type: DefaultDataValidator value = instance.getDataValidator(row, col, sheetArea);
function getDataValidator( row : number, col : number, sheetArea : SheetArea ) : DefaultDataValidator;
Parameters
- row
- The row index.
- col
- The column index.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.
Return Value
Returns the cell data validator for the specified cell.