Spread WinForms 15
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)

Parameters

isCurrentBook
Whether it is the current workbook
See Also