Spread WPF 17
GrapeCity.Excel Namespace / ExtendedFormat Class / VerticalAlign Property


In This Topic
    VerticalAlign Property (ExtendedFormat)
    In This Topic
    Get or set the ExcelVerticalAlignment property value
    Syntax
    'Declaration
     
    Public Property VerticalAlign As ExcelVerticalAlignment
    'Usage
     
    Dim instance As ExtendedFormat
    Dim value As ExcelVerticalAlignment
     
    instance.VerticalAlign = value
     
    value = instance.VerticalAlign
    public ExcelVerticalAlignment VerticalAlign {get; set;}

    Property Value

    The vertical alignment setting.
    See Also