Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Alignment Structure / VAlignment Property


In This Topic
    VAlignment Property (Alignment)
    In This Topic
    Gets or sets the type of vertical alignment in cells.
    Syntax
    'Declaration
     
    
    Public Property VAlignment As VerticalAlignment
    'Usage
     
    
    Dim instance As Alignment
    Dim value As VerticalAlignment
     
    instance.VAlignment = value
     
    value = instance.VAlignment
    public VerticalAlignment VAlignment {get; set;}

    Property Value

    A HorizontalAlignment value represents the type of vertical alignment in cells.
    See Also