C# Class ExcelDna.Integration.ExcelReference

Show file Open project: system-tradingtech/DataTools Class Usage Examples

Public Methods

Method Description
AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void
Equals ( object obj ) : bool
ExcelReference ( int row, int column ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System
GetHashCode ( ) : int
GetValue ( ) : object
SetValue ( object value ) : bool
ToString ( ) : string

Private Methods

Method Description
Equals ( ExcelReference other ) : bool
GetRectangleCount ( ) : int
GetRectangles ( ) : int[][]

Method Details

AddReference() public method

public AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void
rowFirst int
rowLast int
columnFirst int
columnLast int
return void

Equals() public method

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

ExcelReference() public method

public ExcelReference ( int row, int column ) : System
row int
column int
return System

ExcelReference() public method

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
return System

ExcelReference() public method

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetId System.IntPtr
return System

ExcelReference() public method

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetName string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetValue() public method

public GetValue ( ) : object
return object

SetValue() public method

public SetValue ( object value ) : bool
value object
return bool

ToString() public method

public ToString ( ) : string
return string