C# Class SmartQuant.ExcelLib.WorksheetList

显示文件 Open project: fastquant/fastquant.dll

Public Methods

Method Description
Add ( ) : void
AddLast ( ) : void
this ( int index ) : Worksheet

Method Details

Add() public method

public Add ( ) : void
return void

AddLast() public method

public AddLast ( ) : void
return void

this() public method

public this ( int index ) : Worksheet
index int
return Worksheet