Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupInfo Class / IndentColor Property


In This Topic
    IndentColor Property
    In This Topic
    Gets or sets the indent color of the grouping information.
    Syntax
    'Declaration
     
    
    Public Property IndentColor As Color
    'Usage
     
    
    Dim instance As GroupInfo
    Dim value As Color
     
    instance.IndentColor = value
     
    value = instance.IndentColor
    public Color IndentColor {get; set;}
    See Also