cancel
Showing results for 
Search instead for 
Did you mean: 

GetCellSpecific Parent Class

silambarasan_rajendran
Active Contributor
0 Kudos

Hi Friends,

I am using B18.81. I need to use GetCellSpecific. Pls mension the parent Class(how can I get this GetCellSpecific) .

Regards,

Silambu

Accepted Solutions (1)

Accepted Solutions (1)

former_member689126
Active Contributor
0 Kudos

Hi

Use this

Dim oMatrix as SAPbouiCOM.Matrix=form.Items.item("38").Specific
Dim oEditText as SAPbouiCOM.EditText
oEditText = oMatrix.GetCellSpecific("colRate",pVal.Row)

Regards

Arun

silambarasan_rajendran
Active Contributor
0 Kudos

Hi Arun,

Thanks. I got solution.

Regards,

Silambu

Answers (0)