API Reference

Class

LegacyXlsSplitPane

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsSplitPane(UInt16 horizontalSplit, UInt16 verticalSplit, UInt16 topRow, UInt16 leftColumn, Byte activePane) #

Creates legacy split pane metadata.

Parameters

horizontalSplit System.UInt16 requiredposition: 0
Horizontal split position in BIFF pane units.
verticalSplit System.UInt16 requiredposition: 1
Vertical split position in BIFF pane units.
topRow System.UInt16 requiredposition: 2
Top visible row of the bottom pane, zero-based.
leftColumn System.UInt16 requiredposition: 3
Left visible column of the right pane, zero-based.
activePane System.Byte requiredposition: 4
BIFF active-pane code.

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.