Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SubWorksheet Class / SubWorksheet Constructor
The worksheet which contains the creating sub-worksheet.
A WorksheetSubType value indicates the sub-worksheet type.


In This Topic
SubWorksheet Constructor
In This Topic
Initializes a new instance of the SubWorksheet class.
Syntax
'Declaration
 
Public Function New( _
   ByVal ownerWorksheet As Worksheet, _
   ByVal type As WorksheetSubType, _
   ByVal factory As Factory _
)
 
'Usage
 
Dim ownerWorksheet As Worksheet
Dim type As WorksheetSubType
Dim factory As Factory
 
Dim instance As New SubWorksheet(ownerWorksheet, type, factory)

Parameters

ownerWorksheet
The worksheet which contains the creating sub-worksheet.
type
A WorksheetSubType value indicates the sub-worksheet type.
factory
See Also