Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparklineGroup Class / Type Property


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