Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExcelSparklineGroup Class / ExcelSparklineGroup Constructor / ExcelSparklineGroup Constructor(ExcelSparklineSetting,SparklineType)
The setting.
The type.


In This Topic
ExcelSparklineGroup Constructor(ExcelSparklineSetting,SparklineType)
In This Topic
Initializes a new instance of the ExcelSparklineGroup class.
Syntax
'Declaration
 
Public Function New( _
   ByVal setting As ExcelSparklineSetting, _
   ByVal type As SparklineType _
)
 
'Usage
 
Dim setting As ExcelSparklineSetting
Dim type As SparklineType
 
Dim instance As New ExcelSparklineGroup(setting, type)

Parameters

setting
The setting.
type
The type.
See Also