[]
Gets the number of trailing frozen rows in the worksheet.
This property returns the trailing frozen row position specified by FreezeTrailingPanes(int, int).
Returns 0 if the worksheet does not have trailing frozen panes.
int FreezeTrailingRow { get; }
ReadOnly Property FreezeTrailingRow As Integer
worksheet.FreezeTrailingPanes(2, 1);
int trailingFrozenRow = worksheet.FreezeTrailingRow;