Class XlsxBorder
public class XlsxBorder
- Inheritance
-
XlsxBorder
- Inherited Members
- Extension Methods
Constructors
XlsxBorder()
public XlsxBorder()
Properties
Bottom
public XlsxBorderItem Bottom { get; }
Property Value
Left
public XlsxBorderItem Left { get; }
Property Value
Right
public XlsxBorderItem Right { get; }
Property Value
Top
public XlsxBorderItem Top { get; }
Property Value
Methods
BorderAround(XlsxBorderStyle)
public void BorderAround(XlsxBorderStyle style)
Parameters
styleXlsxBorderStyle
BorderAround(XlsxBorderStyle, Color)
public void BorderAround(XlsxBorderStyle style, Color color)
Parameters
styleXlsxBorderStylecolorColor
Copy()
public XlsxBorder Copy()