var instance = new GC.Spread.Sheets.Worksheet(name); var returnValue; // Type: any returnValue = instance.setDataValidator(row, col, rowCount, colCount, value, sheetArea);
Parameters
- row
- The row index.
- col
- The column index.
- rowCount
- The row count.
- colCount
- The column count.
- value
- The data validator.
- sheetArea
- The sheet area. If this parameter is not provided, it defaults to viewport.