| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
XL.FormControl.AddItem
Adds the item to a list box or drop-down form control.
| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
| XL | 13.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "XL.FormControl.AddItem"; BookRef; SheetIndex; FormControlIndexOrName; Value ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| BookRef | The reference number for the workbook. | $ref |
| SheetIndex | The index of the sheet. This number ranges from 0 to XL.Book.SheetCount-1. | 0 |
| FormControlIndexOrName | The index or name of the from control. Index ranges from 0 to XL.Sheet.FormControlCount - 1. |
$formControlIndex |
| Value | The new value to add. |
Result
Returns OK or error.
Description
Adds the item to a list box or drop-down form control.See also
- XL.Book.SheetCount
- XL.FormControl.AltText
- XL.FormControl.ClearItems
- XL.FormControl.GetInc
- XL.FormControl.InsertItem
- XL.FormControl.Item
- XL.FormControl.Locked
- XL.FormControl.SetInc
- XL.FormControl.SetSel
- XL.Sheet.FormControlCount
Blog Entries
Created 3th February 2023, last changed 30th November 2023