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


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