CellFormat
Shading Property
|
Gets the Shading attribute associated with cell.
Namespace:
Spire.Doc.Formatting
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Shading Shading { get; }
Public ReadOnly Property Shading As Shading
Get
public:
property Shading^ Shading {
Shading^ get ();
}
member Shading : Shading with get
Property Value
Type:
Shading
See Also