Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorkbooks Interface / Add Method / Add(String) Method
The name of workbook.


In This Topic
    Add(String) Method
    In This Topic
    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)

    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