Class BorderImplArrayWrapper
This class represents border for multicell range.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class BorderImplArrayWrapper : CommonObject, IDisposable, IBorder, IParentApplication
  Constructors
BorderImplArrayWrapper(IRange, ExcelBordersIndex)
Creates wrapper for specified range and border index.
Declaration
public BorderImplArrayWrapper(IRange range, ExcelBordersIndex index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IRange | range | Range for which this wrapper is created.  | 
      
| ExcelBordersIndex | index | Border index.  | 
      
BorderImplArrayWrapper(List<IRange>, ExcelBordersIndex, IApplication)
Creates wrapper for specified range and border index.
Declaration
public BorderImplArrayWrapper(List<IRange> lstRange, ExcelBordersIndex index, IApplication application)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Collections.Generic.List<IRange> | lstRange | |
| ExcelBordersIndex | index | Border index.  | 
      
| IApplication | application | 
Properties
Color
Returns or sets the primary color of the object. Read/write ExcelKnownColors.
Declaration
public ExcelKnownColors Color { get; set; }
  Property Value
| Type | 
|---|
| ExcelKnownColors | 
ColorObject
Returns or sets the primary color of the object, as shown in the following table. Use the RGB function to create a color value.
Declaration
public ColorObject ColorObject { get; }
  Property Value
| Type | 
|---|
| ColorObject | 
ColorRGB
Returns 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 Long.
Declaration
public Color ColorRGB { get; set; }
  Property Value
| Type | 
|---|
| Windows.UI.Color | 
LineStyle
Returns or sets the line style for the border. Read/write ExcelLineStyle.
Declaration
public ExcelLineStyle LineStyle { get; set; }
  Property Value
| Type | 
|---|
| ExcelLineStyle | 
ShowDiagonalLine
This property is used only by Diagonal borders. For any other border index property will have no influence.
Declaration
public bool ShowDiagonalLine { get; set; }
  Property Value
| Type | 
|---|
| System.Boolean | 
Implements
      System.IDisposable