C# Class WorkbookCollection, DotNetImporterExporter

Inheritance: System.Collections.CollectionBase
Show file 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