Class ExcelControlWithColorsAndLines
An abstract class used by form controls with color and line settings
Inheritance
ExcelControlWithColorsAndLines
Implements
Inherited Members
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 |