Click or drag to resize

CommentsRange Fill Property

Gets the fill property of the shape.

Namespace: Spire.Xls.Core.Spreadsheet.Shapes
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IShapeFill Fill { get; }

Return Value

Type: IShapeFill
The fill property of the shape.

Implements

IShape Fill
Exceptions
Exception Condition
NotSupportedException Thrown when the property is accessed.
See Also