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

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