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)
Parameter | Type | Description |
---|---|---|
row | int32_t& | Row index. |
column | int32_t& | Column index. |
freezedRows | int32_t& | Number of visible rows in top pane, no more than row index. |
freezedColumns | int32_t& | Number of visible columns in left pane, no more than column index. |
ReturnValue
Return whether the worksheet is frozen
See Also
- Class Vector
- Class Worksheet
- Namespace Aspose::Cells
- Library Aspose.Cells for C++