Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SparklineInfo Class / GroupID Property


In This Topic
    GroupID Property
    In This Topic
    Gets or sets the group ID.
    Syntax
    'Declaration
     
    
    Public Property GroupID As Integer
    'Usage
     
    
    Dim instance As SparklineInfo
    Dim value As Integer
     
    instance.GroupID = value
     
    value = instance.GroupID
    public int GroupID {get; set;}

    Property Value

    The group ID.
    See Also