Spread WPF 17
GrapeCity.Excel Namespace / ExcelFont Class / VerticalAlignRun Property


In This Topic
    VerticalAlignRun Property (ExcelFont)
    In This Topic
    Gets or sets the VerticalAlignRun for the font
    Syntax
    'Declaration
     
    Public Property VerticalAlignRun As VerticalAlignRun
    'Usage
     
    Dim instance As ExcelFont
    Dim value As VerticalAlignRun
     
    instance.VerticalAlignRun = value
     
    value = instance.VerticalAlignRun
    public VerticalAlignRun VerticalAlignRun {get; set;}

    Property Value

    The VerticalAlignRun associate with the font.
    See Also