Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineStorage Class / SparklineStorage Constructor
The owner worksheet.


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

Parameters

worksheet
The owner worksheet.
See Also