Class ExcelFormatScheme
- Namespace
- OfficeOpenXml.Drawing.Theme
- Assembly
- EPPlus.dll
The background fill styles, effect styles, fill styles, and line styles which define the style matrix for a theme
public class ExcelFormatScheme : XmlHelper
- Inheritance
-
ExcelFormatScheme
- Inherited Members
Properties
BackgroundFillStyle
Define background fill styles for the theme
public ExcelThemeFillStyles BackgroundFillStyle { get; }
Property Value
BorderStyle
Defines the line styles for the theme
public ExcelThemeLineStyles BorderStyle { get; }
Property Value
EffectStyle
Defines the effect styles for the theme
public ExcelThemeEffectStyles EffectStyle { get; }
Property Value
FillStyle
Defines the fill styles for the theme
public ExcelThemeFillStyles FillStyle { get; }
Property Value
Name
The name of the format scheme
public string Name { get; set; }