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


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