var instance = new GC.Spread.Sheets.CellTypes.RadioButtonList();
function RadioButtonList;
var instance = new GC.Spread.Sheets.CellTypes.RadioButtonList();
function RadioButtonList;
//This example creates a radio button list cell. var cellType2 = new GC.Spread.Sheets.CellTypes.RadioButtonList(); 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.RadioButtonList
Name | Description | |
---|---|---|
![]() | RadioButtonList Constructor | Represents an editable radio button list cell. |
Name | Description | |
---|---|---|
![]() | boxSize | Gets or sets the size of radio button, only support number and "auto". |
![]() | direction | Gets or sets the radio button list's orders. |
![]() | isFlowLayout | Gets or sets the radio button list's layout is autofit. |
![]() | items | Gets or sets the items for the radio-button list. |
![]() | itemSpacing | Gets or sets the space for two items in the radio button list. |
![]() | maxColumnCount | Gets or sets the items for the radio button list's column count. |
![]() | maxRowCount | Gets or sets the items for the radio button list's row count. |
![]() | textAlign | Gets or sets the text of radio button's position, only support left and right . |