Spread WPF 18
GrapeCity.Spreadsheet Namespace / IRange Interface / VerticalAlignment Property


In This Topic
    VerticalAlignment Property (IRange)
    In This Topic
    Gets or sets the vertical alignment.
    Syntax
    'Declaration
     
    Property VerticalAlignment As VerticalAlignment
    'Usage
     
    Dim instance As IRange
    Dim value As VerticalAlignment
     
    instance.VerticalAlignment = value
     
    value = instance.VerticalAlignment
    VerticalAlignment VerticalAlignment {get; set;}

    Property Value

    The vertical alignment.
    See Also