C# Class SmartQuant.ExcelLib.Worksheet

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Méthodes publiques

Méthode Description
Activate ( ) : void
GetRange ( int row, int column ) : Range
InsertPicture ( string filename ) : void

Method Details

Activate() public méthode

public Activate ( ) : void
Résultat void

GetRange() public méthode

public GetRange ( int row, int column ) : Range
row int
column int
Résultat Range

InsertPicture() public méthode

public InsertPicture ( string filename ) : void
filename string
Résultat void