Class Pane
Inheritance
System.Object
Pane
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Pane : object
Constructors
Pane()
Declaration
Properties
ActiveCell
Declaration
public Cell ActiveCell { get; set; }
Property Value
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
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
State
Declaration
public PaneState State { get; set; }
Property Value
Top
Declaration
Property Value
Type |
Description |
System.Int32 |
|
TopLeftCell
Declaration
public Cell TopLeftCell { get; set; }
Property Value
Type
Declaration
public PaneType Type { get; set; }
Property Value
Width
Declaration
public double? Width { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|