var instance = new GC.Spread.Sheets.CellTypes.CheckBoxList(); var value; // Type: any value = instance.items(items);
function items( items : Array ) : any;
Parameters
- items
- The items for the checkbox list.
Return Value
If no value is set, returns the items array; otherwise, returns the checkbox list cellType.