Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / SparklineGroups Property


In This Topic
    SparklineGroups Property
    In This Topic
    Gets an ISparklineGroups object that represents an existing group of sparklines from the specified range.
    Syntax
    'Declaration
     
    
    ReadOnly Property SparklineGroups As ISparklineGroups
    'Usage
     
    
    Dim instance As IRange
    Dim value As ISparklineGroups
     
    value = instance.SparklineGroups
    ISparklineGroups SparklineGroups {get;}
    See Also