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


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