Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartCollection Class / SpreadChartCollection Constructor
The owner.


In This Topic
SpreadChartCollection Constructor
In This Topic
Initializes a new instance of the FpChartCollection class.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As SheetView _
)
 
'Usage
 
Dim owner As SheetView
 
Dim instance As New SpreadChartCollection(owner)

Parameters

owner
The owner.
See Also