Class PaneCollection

Class PaneCollection

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents all Pane objects shown in the specified window.

public class PaneCollection

Inheritance

objectPaneCollection

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

AcitvePaneType

Gets and sets the active pane.

public RectangleAlignmentType AcitvePaneType { get; set; }

Property Value

RectangleAlignmentType

FirstVisibleColumnOfRightPane

Gets and sets the first visible column of the right pane.

public int FirstVisibleColumnOfRightPane { get; set; }

Property Value

int

FirstVisibleRowOfBottomPane

Gets and sets the first visible row of the bottom pane.

public int FirstVisibleRowOfBottomPane { get; set; }

Property Value

int