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