I'm trying to make a row of the SAPbouiCOM.Matrix readonly but until now i have succeeded only with the columns:
Dim oMtx As SAPbouiCOM.Matrix
oMtx.Columns.Item("col_0").Editable = False
how can I do?