Table of Contents

Class XlsxBorder

Namespace
Shift.Toolbox
Assembly
Shift.Toolbox.dll
public class XlsxBorder
Inheritance
XlsxBorder
Inherited Members
Extension Methods

Constructors

XlsxBorder()

public XlsxBorder()

Properties

Bottom

public XlsxBorderItem Bottom { get; }

Property Value

XlsxBorderItem

Left

public XlsxBorderItem Left { get; }

Property Value

XlsxBorderItem

Right

public XlsxBorderItem Right { get; }

Property Value

XlsxBorderItem

Top

public XlsxBorderItem Top { get; }

Property Value

XlsxBorderItem

Methods

BorderAround(XlsxBorderStyle)

public void BorderAround(XlsxBorderStyle style)

Parameters

style XlsxBorderStyle

BorderAround(XlsxBorderStyle, Color)

public void BorderAround(XlsxBorderStyle style, Color color)

Parameters

style XlsxBorderStyle
color Color

Copy()

public XlsxBorder Copy()

Returns

XlsxBorder