ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfTableObject Class / Alignment Property

In This Topic
    Alignment Property (RtfTableObject)
    In This Topic
    Gets or sets content of the table element alignment.
    Syntax
    'Declaration
     
    Public Property Alignment As System.Drawing.ContentAlignment
    public System.Drawing.ContentAlignment Alignment {get; set;}
    See Also