SpreadJS Documentation
cellType Method
The row cell type.
Gets or sets the cell type for the row.
Syntax
var instance = new GcSpread.Sheets.Row(sheet, index, sheetArea);
var returnValue; // Type: BaseCellType
returnValue = instance.cellType(value);
function cellType( 
   value : BaseCellType
) : BaseCellType;

Parameters

value
The row cell type.

Return Value

The row cell type.
Example
This example sets the cell type.
activeSheet.getRow(1).cellType(new GcSpread.Sheets.CheckBoxCellType());
See Also

Reference

Row type
Working with Cell Types

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.