Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISparklineGroup Interface / Type Property


In This Topic
    Type Property (ISparklineGroup)
    In This Topic
    Gets or sets the type of sparkline for the group.
    Syntax
    'Declaration
     
    
    Property Type As SparkType
    'Usage
     
    
    Dim instance As ISparklineGroup
    Dim value As SparkType
     
    instance.Type = value
     
    value = instance.Type
    SparkType Type {get; set;}
    See Also