Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SupBook Class / SupBook Constructor / SupBook Constructor(Boolean)
Whether it is the current workbook


In This Topic
    SupBook Constructor(Boolean)
    In This Topic
    Internal use only. Creates a new SupBook and specifies whether it is the current workbook.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal isCurrentBook As Boolean _
    )
    'Usage
     
    
    Dim isCurrentBook As Boolean
     
    Dim instance As New SupBook(isCurrentBook)
    public SupBook( 
       bool isCurrentBook
    )

    Parameters

    isCurrentBook
    Whether it is the current workbook
    See Also