Class ExcelDrawingFill
Fill properties for drawing objects
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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()
Overrides
Implements
System.IDisposable