Shading Property (TableFormatBase)
In This Topic
Gets the shading that shall be applied to the extents of the current 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