ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.Objects Namespace / RtfTable Class / Style Property

In This Topic
    Style Property (RtfTable)
    In This Topic
    Gets or sets the table style object for this table.
    Syntax
    'Declaration
     
    Public Property Style As RtfTableStyle
    public RtfTableStyle Style {get; set;}
    See Also