Class Pane
The class represents the pane.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Model
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class Pane
Constructors
Pane(CellIndex, Int32, Int32, ViewportPaneType, PaneState)
Initializes a new instance of the Pane class.
Declaration
public Pane(CellIndex topLeftCellIndex, int xSplit, int ySplit, ViewportPaneType activePane, PaneState state = PaneState.Frozen)
Parameters
|
CellIndex
topLeftCellIndex
Index of the top left cell. |
|
System.Int32
xSplit
The x split. |
|
System.Int32
ySplit
The y split. |
|
ViewportPaneType
activePane
The active pane. |
|
PaneState
state
The state. |
Properties
ActivePane
Gets the active pane.
Declaration
public ViewportPaneType ActivePane { get; }
Property Value
|
ViewportPaneType
The active pane. |
State
TopLeftCellIndex
Gets the index of the top left cell of the scrollable pane.
Declaration
public CellIndex TopLeftCellIndex { get; }
Property Value
|
CellIndex
The index of the top left cell of the scrollable pane. |
XSplit
Gets the X split.
Declaration
public int XSplit { get; }
Property Value
|
System.Int32
The X split. |
YSplit
Gets the Y split.
Declaration
public int YSplit { get; }
Property Value
|
System.Int32
The Y split. |
Methods
Clone()
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
The object to compare with the current object. |
Returns
|
System.Boolean
True if the specified System.Object is equal to the current System.Object; otherwise, false. |
Overrides
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
|
System.Int32
A hash code for the current System.Object. |