lnbSetColumnsPos

From Bohemia Interactive Community
Revision as of 15:08, 9 September 2014 by Ffur2007slx2 5 (talk | contribs) (syntax & example)
Jump to navigation Jump to search

{{Command|= Comments ____________________________________________________________________________________________

| arma2 |= Game name

|1.00|= Game version ____________________________________________________________________________________________

| Sets the additional text (invisible) in the item with the given position of the 2D listbox. |= Description ____________________________________________________________________________________________

| lnbSetColumnsPos [idc(Number) or Control,[row(Number),column(Number)],data(Anything)] |= Syntax

|p1= [idc(Number) or Control,[row(Number),column(Number)],data(Anything)]: Array |= PARAMETER1

| Nothing |= RETURNVALUE ___________________________________________________________________________________________

| s2= _ctrl lnbSetColumnsPos [ [row(Number),column(Number)],data(Anything)] |= Syntax

| p21= _ctrl: Control |= Parameter 1

| p22= [ [row(Number),column(Number)],data(Anything)]: Array |= Parameter 1

| r2= Nothing |= Return value ____________________________________________________________________________________________

|x1= lnbSetColumnsPos [101, [0,1], "#1"];|= Example 1

|x2= _ctrl lnbSetColumnsPos [[0,1], "#1"];|= Example 2 ____________________________________________________________________________________________

| lnbAddArray, lnbAddColumn, lnbAddRow, lnbClear, lnbColor, lnbCurSelRow, lnbData, lnbDeleteColumn, lnbDeleteRow, lnbGetColumnsPosition, lnbPicture, lnbSetColor, lnbSetCurSelRow, lnbSetData, lnbSetPicture, lnbSetText, lnbSetValue, lnbSize, lnbText, lnbValue |= SEEALSO

| |= MPBEHAVIOUR ____________________________________________________________________________________________ }}

Notes

Bottom Section