C# Class ExcelDna.Integration.ExcelReference.ExcelRectangle

Exibir arquivo Open project: system-tradingtech/DataTools

Public Properties

Property Type Description
ColumnFirst int
ColumnLast int
RowFirst int
RowLast int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method 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 method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

ColumnFirst public_oe property

public int ColumnFirst
return int

ColumnLast public_oe property

public int ColumnLast
return int

RowFirst public_oe property

public int RowFirst
return int

RowLast public_oe property

public int RowLast
return int