C# Class SmartQuant.ExcelLib.Worksheet

Mostra file Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Activate ( ) : void
GetRange ( int row, int column ) : Range
InsertPicture ( string filename ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

GetRange() public method

public GetRange ( int row, int column ) : Range
row int
column int
return Range

InsertPicture() public method

public InsertPicture ( string filename ) : void
filename string
return void