The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
ADAdministrator Syncfusion Team August 10, 2004 01:45 PM UTC
Cells can only be frozen on the left-side or top of the grid.
So, if you know the colcount or rowcount of the frozen cells, then you know the range. You get the colcount and rowcount from these properties, grid.Rows.FrozenCount and grid.Cols.FrozenCount.