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


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