Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (Rows.DefaultRow)
    In This Topic
    Gets or sets the default vertical alignment of text for cells in the default row.
    Syntax
    'Declaration
     
    
    Public Shadows Property VerticalAlignment As CellVerticalAlignment
    'Usage
     
    
    Dim instance As Rows.DefaultRow
    Dim value As CellVerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    public new CellVerticalAlignment VerticalAlignment {get; set;}
    See Also