Class ExcelControlWithColorsAndLines
An abstract class used by form controls with color and line settings
Inheritance
System.Object
    
    
    
    
    ExcelControlWithColorsAndLines
      
      
  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.Controls
Assembly: EPPlus.dll
Syntax
public abstract class ExcelControlWithColorsAndLines : ExcelControlWithText, IDisposable, IPictureContainerProperties
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