GcSpread.Sheets Namespace > Cell type : cellType Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: BaseCellType returnValue = instance.cellType(value);
function cellType( value : BaseCellType ) : BaseCellType;
activeSheet.getCell(1, 1).cellType(new GcSpread.Sheets.CheckBoxCellType());