Table of Contents

Class IXLDrawingFillExtensions

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public static class IXLDrawingFillExtensions
Inheritance
IXLDrawingFillExtensions
Inherited Members

Methods

SetColorAuto<T>(T)

Sets the default theme color.

public static T SetColorAuto<T>(this T fill) where T : IXLDrawingFill

Parameters

fill T

Returns

T

Type Parameters

T

SetColorNone<T>(T)

Sets the fill color none.

public static T SetColorNone<T>(this T fill) where T : IXLDrawingFill

Parameters

fill T

Returns

T

Type Parameters

T

SetColorSolid<T>(T, XLColor)

Sets a solid, uniform color

public static T SetColorSolid<T>(this T fill, XLColor fillColor) where T : IXLDrawingFill

Parameters

fill T
fillColor XLColor

Returns

T

Type Parameters

T