Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / GroupBarInfo Class / GroupVerticalIndent Property


In This Topic
    GroupVerticalIndent Property (GroupBarInfo)
    In This Topic
    Gets or sets the separation of grouping levels.
    Syntax
    'Declaration
     
    
    Public Property GroupVerticalIndent As Integer
    'Usage
     
    
    Dim instance As GroupBarInfo
    Dim value As Integer
     
    instance.GroupVerticalIndent = value
     
    value = instance.GroupVerticalIndent
    public int GroupVerticalIndent {get; set;}
    See Also