| Member | Description |
|---|---|
| horizontal | Specifies item extend by horizontal. |
| vertical | Specifies item extend by vertical. |
| Member | Description |
|---|---|
| horizontal | Specifies item extend by horizontal. |
| vertical | Specifies item extend by vertical. |
//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}]); cellType2.direction(GC.Spread.Sheets.CellTypes.Direction.vertical); activeSheet.getCell(2, 2).cellType(cellType2);
Object
GC.Spread.Sheets.CellTypes.Direction