lnbDeleteColumn: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "lnbsetColumnsPos" to "lnbSetColumnsPos")
(syntax & example)
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''lnbDeleteColumn''' [idc,index] |= Syntax
| [[lnbDeleteColumn]] [idc,index] |= Syntax
|p1= [idc,index]: Array - |= PARAMETER1  
|p1= [idc,index]: [[Array]] |= PARAMETER1  
|p2= |= PARAMETER2
|p3= |= PARAMETER3
| Nothing |= RETURNVALUE


| [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________
| s2= _ctrl [[lnbDeleteColumn]] index |= Syntax
| p21= _ctrl: [[Control]]  |= PARAMETER1
| p22= index: [[Number]]  |= PARAMETER2
| r2= [[Nothing]] |= RETURNVALUE
____________________________________________________________________________________________


|x1= <code>{{Example needed}}</code>|= Example 1
|x1= <code>_ctrl [[lnbDeleteColumn]] 1;</code>|= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:08, 9 September 2014

Hover & click on the images for description

Description

Description:
Removes column with given index.
Groups:
Uncategorised

Syntax

Syntax:
lnbDeleteColumn [idc,index]
Parameters:
[idc,index]: Array
Return Value:
Nothing

Alternative Syntax

Syntax:
_ctrl lnbDeleteColumn index
Parameters:
_ctrl: Control
index: Number
Return Value:
Nothing

Examples

Example 1:
_ctrl lnbDeleteColumn 1;

Additional Information

See also:
lnbAddArraylnbAddColumnlnbAddRowlnbClearlnbColorlnbCurSelRowlnbDatalnbDeleteRowlnbGetColumnsPositionlnbPicturelnbSetColorlnbSetColumnsPoslnbSetCurSelRowlnbSetDatalnbSetPicturelnbSetTextlnbSetValuelnbSizelnbTextlnbValue

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