Description
Returns an Shading object which on which you can manipulate the shading (fill color and/or pattern) properties for this cell.
C#
public Shading Shading{ get ; } |
vb.net
Public ReadOnly Property Shading() As Shading |
Remarks
MS Word equivalent: Format menu > Borders and Shading... > Shading tabExamples
C#
cell.Shading.BackgroundColor = Color.Gray; |
vb.net
cell.Shading.BackgroundColor = Color.Gray |