C# Class Example.Class1.CellFactory

显示文件 Open project: Laeeth/d_excelsdk

Public Methods

Method Description
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

Method Details

Cell() public method

public Cell ( CellValue o ) : CellValue
o CellValue
return CellValue

Cell() public method

public Cell ( double x ) : CellValue
x double
return CellValue

Cell() public method

public Cell ( int i ) : CellValue
i int
return CellValue

Cell() public method

public Cell ( string s ) : CellValue
s string
return CellValue

Range() public method

public Range ( CellMatrix o ) : CellMatrix
o CellMatrix
return CellMatrix

Range() public method

public Range ( int i, int j ) : CellMatrix
i int
j int
return CellMatrix