Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / CellFormat Class / VerticalAlignment Property

In This Topic
    VerticalAlignment Property (CellFormat)
    In This Topic
    Gets or sets the vertical alignment of text in a cell.
    Syntax
    'Declaration
     
    Public Property VerticalAlignment As CellVerticalAlignment
    public CellVerticalAlignment VerticalAlignment {get; set;}
    See Also