var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList;
var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList();
function CheckBoxList;
//This example creates a CheckBoxList cell. var cellType2 = new GC.Spread.Sheets.CellTypes.CheckBoxList(); cellType2.items([{text:"a",value:1},{text:"b",value:2},{text:"c",value:3}]); activeSheet.getCell(2, 2).cellType(cellType2);
Object
GC.Spread.Sheets.CellTypes.CheckBoxList
Name | Description | |
---|---|---|
![]() | CheckBoxList Constructor | Represents an editable CheckBoxList cell. |
Name | Description | |
---|---|---|
![]() | direction | Gets or sets the checkbox list's orders. |
![]() | isFlowLayout | Gets or sets the checkbox list's layout is autofit. |
![]() | items | Gets or sets the items for the checkbox list. |
![]() | itemSpacing | Gets or sets the space for two items in the checkbox list. |
![]() | maxColumnCount | Gets or sets the items for the checkbox list's column count. |
![]() | maxRowCount | Gets or sets the items for the checkbox list's row count. |
![]() | textAlign | Gets or sets the text of checkbox's position, only support left and right . |