Class ExcelColor
- Namespace
- OfficeOpenXml.Style
- Assembly
- Magicodes.EPPlus.dll
public sealed class ExcelColor : StyleBase
- Inheritance
-
ExcelColor
- Inherited Members
-
- Extension Methods
-
Properties
Indexed
public int Indexed { get; set; }
Property Value
- int
Rgb
public string Rgb { get; }
Property Value
- string
Theme
public string Theme { get; }
Property Value
- string
Tint
public decimal Tint { get; set; }
Property Value
- decimal
Methods
LookupColor()
public string LookupColor()
Returns
- string
LookupColor(ExcelColor)
public string LookupColor(ExcelColor theColor)
Parameters
theColor ExcelColor
Returns
- string
SetColor(Color)
public void SetColor(Color color)
Parameters
color Color
SetColor(int, int, int, int)
public void SetColor(int alpha, int red, int green, int blue)
Parameters
alpha int
red int
green int
blue int