AD
Administrator
Syncfusion Team
August 19, 2004 04:20 PM UTC
Rows can only be frozen at the top and columns can only be frozen at the left. So, to tell if a column is frozen, you can check colIndex <= grid.Model.Cols.FrozenCount. To check if a row is frozen, you can check rowIndex <= grid.Model.Rows.FrozenCount.