[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.FreezeRow

FreezeRow Property

FreezeRow

Gets the number of frozen rows in the worksheet.

This property returns the row position specified by FreezePanes(int, int). Returns 0 if the worksheet does not have frozen panes.

Declaration
int FreezeRow { get; }
ReadOnly Property FreezeRow As Integer
Examples
worksheet.FreezePanes(2, 1);
int frozenRow = worksheet.FreezeRow;