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


In This Topic
    VerticalAlignment Property (ConditionalStyleInfo)
    In This Topic
    Gets the vertical alignment of contents of the cell style.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    
    Dim instance As ConditionalStyleInfo
    Dim value As CellVerticalAlignment
     
    value = instance.VerticalAlignment
    public new CellVerticalAlignment VerticalAlignment {get;}
    See Also