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


In This Topic
    VerticalAlignment Property (CellWrapper)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shadows Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    
    Dim instance As CellWrapper
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public new CellVerticalAlignment VerticalAlignment {get; set;}
    See Also