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


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