lnbAddColumn

From Bohemia Interactive Community
Revision as of 06:40, 11 April 2014 by Fred Gandt (talk | contribs) (General tidy + "see also")
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Adds an item with the given text to the given listbox or combobox.
It returns the index of the newly added item.
Groups:
Uncategorised

Syntax

Syntax:
control lnbAddColumn position
Parameters:
control: Control -
position: Number -
Return Value:
Number

Examples

Example 1:
((findDisplay 1) displayCtrl 10) lnbAddColumn 0.16;

Additional Information

See also:
lnbAddArraylnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbsetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValueGeneral tidy + "see also"

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section