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

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