cancel
Showing results for 
Search instead for 
Did you mean: 

Get Matrix Cell

Former Member
0 Kudos

Hi experts ,

How can I get the cell of the matrix that i am working in?

I used the search function on this form, but haven't found the aswer.

Kind regards,

Hans

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

On the Pval in the itemevent you have the COLUID and ROW

omatrix.Columns.Item(pval.ColUID).Cells.Item(pval.Row).Specific gives you the object

So case of EditText

oEditText = omatrix.Columns.Item(pval.ColUID).Cells.Item(pval.Row).Specific

Regards,

János

Former Member
0 Kudos

Thanks János !

Answers (0)