Show / Hide Table of Contents

Class Pane

Inheritance
System.Object
Pane
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Pane : object

Constructors

Pane()

Declaration
public Pane()

Properties

ActiveCell

Declaration
public Cell ActiveCell { get; set; }
Property Value
Type Description
Cell

ColumnCount

Declaration
public int? ColumnCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Height

Declaration
public double? Height { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Left

Declaration
public int Left { get; }
Property Value
Type Description
System.Int32

RowCount

Declaration
public int? RowCount { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Selection

Declaration
public Range Selection { get; set; }
Property Value
Type Description
Range

State

Declaration
public PaneState State { get; set; }
Property Value
Type Description
PaneState

Top

Declaration
public int Top { get; }
Property Value
Type Description
System.Int32

TopLeftCell

Declaration
public Cell TopLeftCell { get; set; }
Property Value
Type Description
Cell

Type

Declaration
public PaneType Type { get; set; }
Property Value
Type Description
PaneType

Width

Declaration
public double? Width { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX