Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RowFormat Class / Alignment Property

In This Topic
    Alignment Property (RowFormat)
    In This Topic
    Gets or sets a value specifying how the table row is aligned in the document.
    Syntax
    'Declaration
     
    Public Property Alignment As TableAlignment
    public TableAlignment Alignment {get; set;}
    See Also