cancel
Showing results for 
Search instead for 
Did you mean: 

Get Linked Button Column Value From Matrix

Former Member
0 Kudos

Dear All,

  How to Get Linked Button Column value from Matrix.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can get the value of matrix column with the method GetCellSpecific of Matrix :

string value = (Matrix.GetCellSpecific("ColumnId", Row) as SAPbouiCOM.EditText).Value ;


Regards.

Mohamed.

Former Member
0 Kudos

Hi,

Set Column  Type -- it_LINKED_BUTTON

Answers (0)