Interface IXLDrawingColorsAndLines
- Namespace
- SlapKit.Excel.Excel
- Assembly
- SlapKit.Excel.dll
public interface IXLDrawingColorsAndLines
- Extension Methods
-
Properties
FillColor
XLColor FillColor { get; set; }
Property Value
- XLColor
FillTransparency
double FillTransparency { get; set; }
Property Value
- double
LineColor
XLColor LineColor { get; set; }
Property Value
- XLColor
LineDash
XLDashStyle LineDash { get; set; }
Property Value
- XLDashStyle
LineStyle
XLLineStyle LineStyle { get; set; }
Property Value
- XLLineStyle
LineTransparency
double LineTransparency { get; set; }
Property Value
- double
LineWeight
double LineWeight { get; set; }
Property Value
- double
Methods
SetFillColor(XLColor)
IXLDrawingStyle SetFillColor(XLColor value)
Parameters
value XLColor
Returns
- IXLDrawingStyle
SetFillTransparency(double)
IXLDrawingStyle SetFillTransparency(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetLineColor(XLColor)
IXLDrawingStyle SetLineColor(XLColor value)
Parameters
value XLColor
Returns
- IXLDrawingStyle
SetLineDash(XLDashStyle)
IXLDrawingStyle SetLineDash(XLDashStyle value)
Parameters
value XLDashStyle
Returns
- IXLDrawingStyle
SetLineStyle(XLLineStyle)
IXLDrawingStyle SetLineStyle(XLLineStyle value)
Parameters
value XLLineStyle
Returns
- IXLDrawingStyle
SetLineTransparency(double)
IXLDrawingStyle SetLineTransparency(double value)
Parameters
value double
Returns
- IXLDrawingStyle
SetLineWeight(double)
IXLDrawingStyle SetLineWeight(double value)
Parameters
value double
Returns
- IXLDrawingStyle