Version

Fill Property (WorksheetShape)

Gets or sets the fill to use in the background of the shape.
Syntax
public ShapeFill Fill {get; set;}

Property Value

A ShapeFill-derived instance describing the fill of the shape, or null for no fill.
Remarks

Note: some shapes, such as connectors or groups, cannot have a fill set. For these shapes, the value on this property will be ignored and lost when the workbook is saved.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also