Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Returns an Shading object which on which you can manipulate the shading (fill color and/or pattern) properties for this cell.

Signature
C#
C#
 public Shading Shading{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property Shading() As Shading
Remarks

MS Word equivalent: Format menu > Borders and Shading... > Shading tab

Example
Code Block
csharp
csharp
titleC#

          cell.Shading.BackgroundColor = Color.Gray;
        
Code Block
vb.net
vb.net
titlevb.net

          cell.Shading.BackgroundColor = Color.Gray