Class BordersCollectionArrayWrapper
Represents a borders for range that contains more than one cell.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Collections
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class BordersCollectionArrayWrapper : CollectionBaseEx<object>, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IBorders, IEnumerable, IParentApplication
Constructors
BordersCollectionArrayWrapper(IRange)
Creates instances for specified range.
Declaration
public BordersCollectionArrayWrapper(IRange range)
Parameters
Type | Name | Description |
---|---|---|
IRange | range | Range for which instance must be created. |
BordersCollectionArrayWrapper(List<IRange>, IApplication)
Creates instances for specified range and sets its application.
Declaration
public BordersCollectionArrayWrapper(List<IRange> lstRange, IApplication application)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<IRange> | lstRange | Range for which instance must be created. |
IApplication | application |
|
Properties
Color
Gets or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value. Read / write ExcelKnownColors.
Declaration
public ExcelKnownColors Color { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
ColorRGB
Gets or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value. Read / write color.
Declaration
public Color ColorRGB { get; set; }
Property Value
Type |
---|
Color |
Count
Returns default borders count.
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
Item[ExcelBordersIndex]
Gets a Border object that represents one of the borders of either a range of cells or a style.
Declaration
public IBorder this[ExcelBordersIndex Index] { get; }
Parameters
Type | Name | Description |
---|---|---|
ExcelBordersIndex | Index |
Property Value
Type |
---|
IBorder |
LineStyle
Gets or sets the line style for the border. Read / write ExcelLineStyle.
Declaration
public ExcelLineStyle LineStyle { get; set; }
Property Value
Type |
---|
ExcelLineStyle |
Value
Synonym for Borders.LineStyle. Read / write Variant.
Declaration
public ExcelLineStyle Value { get; set; }
Property Value
Type |
---|
ExcelLineStyle |