Class ExcelDrawingFill
Fill properties for drawing objects
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing
Assembly: EPPlus.dll
Syntax
public class ExcelDrawingFill : ExcelDrawingFillBasic, IDisposable
Properties
BlipFill
Reference gradient fill properties This property is only accessable when Type is set to BlipFill
Declaration
public ExcelDrawingBlipFill BlipFill { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingBlipFill |
PatternFill
Reference pattern fill properties This property is only accessable when Type is set to PatternFill
Declaration
public ExcelDrawingPatternFill PatternFill { get; }
Property Value
| Type | Description |
|---|---|
| ExcelDrawingPatternFill |
Methods
Dispose()
Disposes the object
Declaration
public void Dispose()
LoadFill()
Load the fill from the xml
Declaration
protected override void LoadFill()