Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Workbook Class / Workbook Constructor / Workbook Constructor(Int32)
The number of sheets to add in this workbook.


In This Topic
    Workbook Constructor(Int32)
    In This Topic
    Creates a new workbook with a specified number of sheets.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheetCount As Integer _
    )
    'Usage
     
    Dim sheetCount As Integer
     
    Dim instance As New Workbook(sheetCount)
    public Workbook( 
       int sheetCount
    )

    Parameters

    sheetCount
    The number of sheets to add in this workbook.
    See Also