Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Example
Class1.CellFactory
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