API Reference
Class
LegacyXlsSplitPane
Represents non-frozen split pane metadata parsed from a legacy XLS worksheet view.
Inheritance
- Object
- LegacyXlsSplitPane
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.SplitPane
Constructors
public LegacyXlsSplitPane(UInt16 horizontalSplit, UInt16 verticalSplit, UInt16 topRow, UInt16 leftColumn, Byte activePane) #Creates legacy split pane metadata.
Parameters
- horizontalSplit System.UInt16
- Horizontal split position in BIFF pane units.
- verticalSplit System.UInt16
- Vertical split position in BIFF pane units.
- topRow System.UInt16
- Top visible row of the bottom pane, zero-based.
- leftColumn System.UInt16
- Left visible column of the right pane, zero-based.
- activePane System.Byte
- BIFF active-pane code.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public UInt16 HorizontalSplit { get; } #Gets the horizontal split position in BIFF pane units.
public UInt16 VerticalSplit { get; } #Gets the vertical split position in BIFF pane units.
public UInt16 TopRow { get; } #Gets the top visible row of the bottom pane, zero-based.
public UInt16 LeftColumn { get; } #Gets the left visible column of the right pane, zero-based.
public Byte ActivePane { get; } #Gets the BIFF active-pane code.