Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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