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


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