Posted 23 November 2023, 11:36 am EST
I experience the following behavior.
(GridReports = private FarPoint.Win.Spread.SheetView GridReports;)
I explicitly set GridReports.Rows[lngRow].Locked = false
one line further I do: GridReports.Cells[lngRow, 0].Locked = true; and on the same moment the GridReports.Rows[lngRow].Locked becomes true also. This is only the case when the column is 0.
Is this know behaviour?