Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Style Class / Table Property

In This Topic
    Table Property (Style)
    In This Topic
    Gets a TableStyle object representing properties that can be applied to a table using a table style.
    Syntax
    'Declaration
     
    Public ReadOnly Property Table As TableStyle
    public TableStyle Table {get;}
    See Also