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