Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
WorkbookCollection
C# Class WorkbookCollection, DotNetImporterExporter
Inheritance:
System.Collections.CollectionBase
Mostrar archivo
Open project: russch/DotNetImporterExporter
Public Methods
Method
Description
Add
(
Workbook,
aWorkbook
) :
void
Item
(
int
Index
) :
Workbook,
ItemCount
( ) :
int
Remove
(
int
index
) :
void
Method Details
Add()
public
method
public
Add
(
Workbook,
aWorkbook
) :
void
aWorkbook
Workbook,
return
void
Item()
public
method
public
Item
(
int
Index
) :
Workbook,
Index
int
return
Workbook,
ItemCount()
public
method
public
ItemCount
( ) :
int
return
int
Remove()
public
method
public
Remove
(
int
index
) :
void
index
int
return
void