Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ISparklineGroup Interface / CloneSetting Method


In This Topic
CloneSetting Method (ISparklineGroup)
In This Topic
Clones a new sparkline group that copies the setting of the current sparkline group.
Syntax
'Declaration
 
Function CloneSetting() As ISparklineGroup
 
'Usage
 
Dim instance As ISparklineGroup
Dim value As ISparklineGroup
 
value = instance.CloneSetting()
See Also