Spread WPF 17
GrapeCity.Excel Namespace / IExcelFont Interface / VerticalAlignRun Property


In This Topic
    VerticalAlignRun Property (IExcelFont)
    In This Topic
    Gets or sets the vertical align run.
    Syntax
    'Declaration
     
    Property VerticalAlignRun As VerticalAlignRun
    'Usage
     
    Dim instance As IExcelFont
    Dim value As VerticalAlignRun
     
    instance.VerticalAlignRun = value
     
    value = instance.VerticalAlignRun
    VerticalAlignRun VerticalAlignRun {get; set;}

    Property Value

    The vertical align run.
    See Also