Worksheet.GetFreezedPanes

Worksheet.GetFreezedPanes method

Gets the freeze panes.

public bool GetFreezedPanes(out int row, out int column, out int freezedRows, 
    out int freezedColumns)
ParameterTypeDescription
rowInt32&Row index.
columnInt32&Column index.
freezedRowsInt32&Number of visible rows in top pane, no more than row index.
freezedColumnsInt32&Number of visible columns in left pane, no more than column index.

Return Value

Return whether the worksheet is frozen

See Also