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; }
Public ReadOnly Property Fill As IShapeFill
Get
public:
virtual property IShapeFill^ Fill {
IShapeFill^ get () sealed;
}
abstract Fill : IShapeFill with get
override Fill : IShapeFill with 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