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


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