Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

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 tab

Examples

C#
cell.Shading.BackgroundColor = Color.Gray;
vb.net
cell.Shading.BackgroundColor = Color.Gray
  • No labels