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


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