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

In This Topic
    Alignment Property (TableStyleBase)
    In This Topic
    Gets or sets the alignment of an inline table in the document.
    Syntax
    'Declaration
     
    Public Property Alignment As TableAlignment
    public TableAlignment Alignment {get; set;}
    See Also