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

In This Topic
    Shading Property (TableStyleBase)
    In This Topic
    Gets the shading that shall be applied to the extents of a table. Similarly to paragraph shading, this shading shall be applied to the contents of the tab up to the table borders, regardless of the presence of text - unlike cell shading, table shading shall include any cell padding. This property shall be superseded by any cell-level shading.
    Syntax
    'Declaration
     
    Public ReadOnly Property Shading As Shading
    public Shading Shading {get;}
    See Also