Spread Windows Forms 17
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()
    ISparklineGroup CloneSetting()
    See Also