C# Class ExcelDna.Integration.ExcelReference.ExcelRectangle

Show file 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 property

public int ColumnFirst
return int

ColumnLast public property

public int ColumnLast
return int

RowFirst public property

public int RowFirst
return int

RowLast public property

public int RowLast
return int