Aspose::Cells::Worksheet::GetFreezedPanes method

Worksheet::GetFreezedPanes method

Gets the freeze panes.

bool Aspose::Cells::Worksheet::GetFreezedPanes(int32_t &row, int32_t &column, int32_t &freezedRows, int32_t &freezedColumns)
ParameterTypeDescription
rowint32_t&Row index.
columnint32_t&Column index.
freezedRowsint32_t&Number of visible rows in top pane, no more than row index.
freezedColumnsint32_t&Number of visible columns in left pane, no more than column index.

ReturnValue

Return whether the worksheet is frozen

See Also