lnbSetColumnsPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Linked redundant note to single page)
m (LISTBOX > LISTNBOX)
Line 33: Line 33:
<dd class="notedate">Posted: Sep 9 2014</dd>
<dd class="notedate">Posted: Sep 9 2014</dd>
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]</dt>
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]</dt>
<dd class="note">See: [[List Box#LISTBOX]]
<dd class="note">See: [[List Box#LISTNBOX]]
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 00:48, 4 December 2014

Hover & click on the images for description

Description

Description:
Sets the additional text (invisible) in the item with the given position of the 2D listbox.
Groups:
Uncategorised

Syntax

Syntax:
lnbSetColumnsPos [idc(Number) or Control,[row(Number),column(Number)],data(Anything)]
Parameters:
[idc(Number) or Control,[row(Number),column(Number)],data(Anything)]: Array
Return Value:
Nothing

Examples

Example 1:
lnbSetColumnsPos [101, [0,1], "#1"];

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteColumnlnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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

Posted: Sep 9 2014
ffur2007slx2_5
See: List Box#LISTNBOX

Bottom Section