C# Class Example.Class1.CellFactory

Afficher le fichier Open project: Laeeth/d_excelsdk

Méthodes publiques

Méthode 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 méthode

public Cell ( CellValue o ) : CellValue
o CellValue
Résultat CellValue

Cell() public méthode

public Cell ( double x ) : CellValue
x double
Résultat CellValue

Cell() public méthode

public Cell ( int i ) : CellValue
i int
Résultat CellValue

Cell() public méthode

public Cell ( string s ) : CellValue
s string
Résultat CellValue

Range() public méthode

public Range ( CellMatrix o ) : CellMatrix
o CellMatrix
Résultat CellMatrix

Range() public méthode

public Range ( int i, int j ) : CellMatrix
i int
j int
Résultat CellMatrix