 | 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.4+e304ab0274fa680d1e83f83c8f76c3bd5a54caf2
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