Table of Contents

Interface IXLBorder

Namespace
SlapKit.Excel.Excel
Assembly
SlapKit.Excel.dll
public interface IXLBorder : IEquatable<IXLBorder>
Inherited Members
Extension Methods

Properties

BottomBorder

XLBorderStyleValues BottomBorder { get; set; }

Property Value

XLBorderStyleValues

BottomBorderColor

XLColor BottomBorderColor { get; set; }

Property Value

XLColor

DiagonalBorder

XLBorderStyleValues DiagonalBorder { get; set; }

Property Value

XLBorderStyleValues

DiagonalBorderColor

XLColor DiagonalBorderColor { get; set; }

Property Value

XLColor

DiagonalDown

bool DiagonalDown { get; set; }

Property Value

bool

DiagonalUp

bool DiagonalUp { get; set; }

Property Value

bool

InsideBorder

XLBorderStyleValues InsideBorder { set; }

Property Value

XLBorderStyleValues

InsideBorderColor

XLColor InsideBorderColor { set; }

Property Value

XLColor

LeftBorder

XLBorderStyleValues LeftBorder { get; set; }

Property Value

XLBorderStyleValues

LeftBorderColor

XLColor LeftBorderColor { get; set; }

Property Value

XLColor

OutsideBorder

XLBorderStyleValues OutsideBorder { set; }

Property Value

XLBorderStyleValues

OutsideBorderColor

XLColor OutsideBorderColor { set; }

Property Value

XLColor

RightBorder

XLBorderStyleValues RightBorder { get; set; }

Property Value

XLBorderStyleValues

RightBorderColor

XLColor RightBorderColor { get; set; }

Property Value

XLColor

TopBorder

XLBorderStyleValues TopBorder { get; set; }

Property Value

XLBorderStyleValues

TopBorderColor

XLColor TopBorderColor { get; set; }

Property Value

XLColor

Methods

SetBottomBorder(XLBorderStyleValues)

IXLStyle SetBottomBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetBottomBorderColor(XLColor)

IXLStyle SetBottomBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetDiagonalBorder(XLBorderStyleValues)

IXLStyle SetDiagonalBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetDiagonalBorderColor(XLColor)

IXLStyle SetDiagonalBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetDiagonalDown()

IXLStyle SetDiagonalDown()

Returns

IXLStyle

SetDiagonalDown(bool)

IXLStyle SetDiagonalDown(bool value)

Parameters

value bool

Returns

IXLStyle

SetDiagonalUp()

IXLStyle SetDiagonalUp()

Returns

IXLStyle

SetDiagonalUp(bool)

IXLStyle SetDiagonalUp(bool value)

Parameters

value bool

Returns

IXLStyle

SetInsideBorder(XLBorderStyleValues)

IXLStyle SetInsideBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetInsideBorderColor(XLColor)

IXLStyle SetInsideBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetLeftBorder(XLBorderStyleValues)

IXLStyle SetLeftBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetLeftBorderColor(XLColor)

IXLStyle SetLeftBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetOutsideBorder(XLBorderStyleValues)

IXLStyle SetOutsideBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetOutsideBorderColor(XLColor)

IXLStyle SetOutsideBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetRightBorder(XLBorderStyleValues)

IXLStyle SetRightBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetRightBorderColor(XLColor)

IXLStyle SetRightBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle

SetTopBorder(XLBorderStyleValues)

IXLStyle SetTopBorder(XLBorderStyleValues value)

Parameters

value XLBorderStyleValues

Returns

IXLStyle

SetTopBorderColor(XLColor)

IXLStyle SetTopBorderColor(XLColor value)

Parameters

value XLColor

Returns

IXLStyle