C# Class ExcelDna.Integration.ExcelReference

Afficher le fichier Open project: system-tradingtech/DataTools Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Equals ( ExcelReference other ) : bool
GetRectangleCount ( ) : int
GetRectangles ( ) : int[][]

Method Details

AddReference() public méthode

public AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void
rowFirst int
rowLast int
columnFirst int
columnLast int
Résultat void

Equals() public méthode

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

ExcelReference() public méthode

public ExcelReference ( int row, int column ) : System
row int
column int
Résultat System

ExcelReference() public méthode

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
Résultat System

ExcelReference() public méthode

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, IntPtr sheetId ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetId System.IntPtr
Résultat System

ExcelReference() public méthode

public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System
rowFirst int
rowLast int
columnFirst int
columnLast int
sheetName string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetValue() public méthode

public GetValue ( ) : object
Résultat object

SetValue() public méthode

public SetValue ( object value ) : bool
value object
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string