Spread WPF 17
GrapeCity.Excel Namespace / IExtendedFormat Interface / VerticalAlign Property


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

    Property Value

    The vertical alignment setting.
    See Also