Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SympleLib
OpenXml
XLSRow
C# Class SympleLib.OpenXml.XLSRow
显示文件
Open project: sympletech/SympleLib
Class Usage Examples
Public Methods
Method
Description
XLSRow
(
List
columns
,
IXLRow
baseRow
) :
System
this
(
int
index
) :
IXLCell
this
(
string
col
) :
IXLCell
Method Details
XLSRow()
public
method
public
XLSRow
(
List
columns
,
IXLRow
baseRow
) :
System
columns
List
baseRow
IXLRow
return
System
this()
public
method
public
this
(
int
index
) :
IXLCell
index
int
return
IXLCell
this()
public
method
public
this
(
string
col
) :
IXLCell
col
string
return
IXLCell