Class BordersCollectionArrayWrapper
- Namespace
- Spire.Xls.Core.Spreadsheet.Collections
- Assembly
- Spire.XLS.dll
public class BordersCollectionArrayWrapper : CollectionExtended<object>, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IBorders, IEnumerable, IExcelApplication
- Inheritance
-
BordersCollectionArrayWrapper
- Implements
- Inherited Members
Constructors
BordersCollectionArrayWrapper(IXLSRange)
public BordersCollectionArrayWrapper(IXLSRange range)
Parameters
range
IXLSRange
Properties
Color
public Color Color { get; set; }
Property Value
this[BordersLineType]
public IBorder this[BordersLineType Index] { get; }
Parameters
Index
BordersLineType
Property Value
KnownColor
public ExcelColors KnownColor { get; set; }
Property Value
LineStyle
public LineStyleType LineStyle { get; set; }
Property Value
Value
public LineStyleType Value { get; set; }