C# 클래스 SmartQuant.ExcelLib.Worksheet

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void
GetRange ( int row, int column ) : Range
InsertPicture ( string filename ) : void

메소드 상세

Activate() 공개 메소드

public Activate ( ) : void
리턴 void

GetRange() 공개 메소드

public GetRange ( int row, int column ) : Range
row int
column int
리턴 Range

InsertPicture() 공개 메소드

public InsertPicture ( string filename ) : void
filename string
리턴 void