Class ExcelControlWithColorsAndLines
An abstract class used by form controls with color and line settings
Inheritance
Object
ExcelControlWithColorsAndLines
Implements
IDisposable
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.Drawing.Controls
Assembly: EPPlus.dll
Syntax
public abstract class ExcelControlWithColorsAndLines : ExcelControlWithText, IDisposable
Properties
Border
Border settings for the control
Declaration
public ExcelVmlDrawingBorder Border { get; }
Property Value
| Type | Description |
|---|---|
| ExcelVmlDrawingBorder |
Fill
Fill settings for the control
Declaration
public ExcelVmlDrawingFill Fill { get; }
Property Value
| Type | Description |
|---|---|
| ExcelVmlDrawingFill |
Implements
System.IDisposable