GridWorksheet.GetFreezedPanes
GridWorksheet.GetFreezedPanes method
Gets the freeze panes.
public bool GetFreezedPanes(out int row, out int column, out int freezedRows,
out int freezedColumns)
Parameter | Type | Description |
---|---|---|
row | Int32& | Row index. |
column | Int32& | Column index. |
freezedRows | Int32& | Number of visible rows in top pane, no more than row index. |
freezedColumns | Int32& | Number of visible columns in left pane, no more than column index. |
Return Value
Return whether the worksheet is frozen
See Also
- class GridWorksheet
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb