Class XlsBorderArrayWrapper
- Namespace
- Spire.Xls.Core.Spreadsheet
- Assembly
- Spire.XLS.dll
public class XlsBorderArrayWrapper : XlsObject, IDisposable, IBorder, IExcelApplication
- Inheritance
-
XlsBorderArrayWrapper
- Implements
-
- Inherited Members
-
Constructors
XlsBorderArrayWrapper(IXLSRange, BordersLineType)
public XlsBorderArrayWrapper(IXLSRange range, BordersLineType index)
Parameters
range
IXLSRange
index
BordersLineType
Properties
Color
public Color Color { get; set; }
Property Value
- Color
KnownColor
public ExcelColors KnownColor { get; set; }
Property Value
- ExcelColors
LineStyle
public LineStyleType LineStyle { get; set; }
Property Value
- LineStyleType
OColor
public OColor OColor { get; }
Property Value
- OColor
ShowDiagonalLine
public bool ShowDiagonalLine { get; set; }
Property Value
- bool
Methods
GetThemeColor(out ThemeColorType, out double)
public bool GetThemeColor(out ThemeColorType type, out double tint)
Parameters
type
ThemeColorType
tint
double
Returns
- bool
SetThemeColor(ThemeColorType, double)
public void SetThemeColor(ThemeColorType type, double tint)
Parameters
type
ThemeColorType
tint
double