 | WorksheetSetSplit(NullableSingle, NullableSingle, Address, NullableWorksheetWorksheetPane) Method |
Sets the horizontal and vertical split of the worksheet into four panes. The measurement in characters cannot be used to freeze panes
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntaxpublic void SetSplit(
float? leftPaneWidth,
float? topPaneHeight,
Address topLeftCell,
WorksheetWorksheetPane? activePane
)
Parameters
- leftPaneWidth NullableSingle
- Width (similar to column width) from left of the worksheet to the split line in characters.
The parameter is nullable. If left null, the method acts identical to SetHorizontalSplit(Single, Address, NullableWorksheetWorksheetPane) - topPaneHeight NullableSingle
- Height (similar to row height) from top of the worksheet to the split line in characters.
The parameter is nullable. If left null, the method acts identical to SetVerticalSplit(Single, Address, NullableWorksheetWorksheetPane) - topLeftCell Address
- Top Left cell address of the bottom right pane (if applicable)
- activePane NullableWorksheetWorksheetPane
- Active pane in the split window.
The parameter is nullable
See Also