Spread WPF 18
GrapeCity.Spreadsheet Namespace / Alignment Structure / VAlignment Property


In This Topic
    VAlignment Property
    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