[]
Gets the number of frozen columns in the worksheet.
This property returns the column position specified by FreezePanes(int, int).
Returns 0 if the worksheet does not have frozen panes.
int FreezeColumn { get; }
ReadOnly Property FreezeColumn As Integer
worksheet.FreezePanes(1, 2);
int frozenColumn = worksheet.FreezeColumn;