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