lnbSetColumnsPos: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 12: Line 12:
| '''lnbSetColumnsPos''' [idc,[row,column],data] |= Syntax
| '''lnbSetColumnsPos''' [idc,[row,column],data] |= Syntax


|p1= [idc,[row,column],data]: Array |= PARAMETER1  
|p1= [idc,[row,column],data]: [[Array]]  |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  

Revision as of 22:46, 14 August 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,[row,column],data]
Parameters:
[idc,[row,column],data]: Array
Return Value:
Nothing

Examples

Example 1:
Template:Example needed

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

Bottom Section