C# Class ExcelDna.Integration.ExcelReference.ExcelRectangle

Afficher le fichier Open project: system-tradingtech/DataTools

Méthodes publiques

Свойство Type Description
ColumnFirst int
ColumnLast int
RowFirst int
RowLast int

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
Equals ( ExcelRectangle other ) : bool
ExcelRectangle ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
GetInRange ( int value, int min, int max ) : int

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

ColumnFirst public_oe property

public int ColumnFirst
Résultat int

ColumnLast public_oe property

public int ColumnLast
Résultat int

RowFirst public_oe property

public int RowFirst
Résultat int

RowLast public_oe property

public int RowLast
Résultat int