FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultSparklineContainer Class / DefaultSparklineContainer Constructor / DefaultSparklineContainer Constructor(SheetView)
The owner.


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

Parameters

owner
The owner.
See Also