StyleTableCellProperties.Shading Property
Shading.Represents the element tag in schema: w:shd
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property Shading As Shading
Get
Set
'Usage
Dim instance As StyleTableCellProperties
Dim value As Shading
value = instance.Shading
instance.Shading = value
public Shading Shading { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Wordprocessing.Shading
See Also
Reference
StyleTableCellProperties Class