C# 클래스 Example.Class1.CellFactory

파일 보기 프로젝트 열기: Laeeth/d_excelsdk

공개 메소드들

메소드 설명
Cell ( CellValue o ) : CellValue
Cell ( double x ) : CellValue
Cell ( int i ) : CellValue
Cell ( string s ) : CellValue
Range ( CellMatrix o ) : CellMatrix
Range ( int i, int j ) : CellMatrix

메소드 상세

Cell() 공개 메소드

public Cell ( CellValue o ) : CellValue
o CellValue
리턴 CellValue

Cell() 공개 메소드

public Cell ( double x ) : CellValue
x double
리턴 CellValue

Cell() 공개 메소드

public Cell ( int i ) : CellValue
i int
리턴 CellValue

Cell() 공개 메소드

public Cell ( string s ) : CellValue
s string
리턴 CellValue

Range() 공개 메소드

public Range ( CellMatrix o ) : CellMatrix
o CellMatrix
리턴 CellMatrix

Range() 공개 메소드

public Range ( int i, int j ) : CellMatrix
i int
j int
리턴 CellMatrix