Spread Windows Forms 12.0 Product Documentation
Add(String) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorkbooks Interface > Add Method : Add(String) Method
The name of workbook.
Creates a new workbook.
Syntax
'Declaration
 
Overloads Function Add( _
   Optional ByVal name As String _
) As IWorkbook
'Usage
 
Dim instance As IWorkbooks
Dim name As String
Dim value As IWorkbook
 
value = instance.Add(name)
IWorkbook Add( 
   string name
)

Parameters

name
The name of workbook.

Return Value

A IWorkbook value represents a new created IWorkbook instance.
Remarks
The workbook name must be unique in the workbook set.
See Also

Reference

IWorkbooks Interface
IWorkbooks Members
Overload List