Class BorderGroup
Summary description for BorderGroup.
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public class BorderGroup : CommonObject, IDisposable, IBorder, IParentApplication
Constructors
BorderGroup(IApplication, Object, ExcelBordersIndex)
Creates new instance of the group.
Declaration
public BorderGroup(IApplication application, object parent, ExcelBordersIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| IApplication | application | Application object for the new group. |
| System.Object | parent | Parent object for the new group. |
| ExcelBordersIndex | index | Border index. |
Properties
Color
Returns or sets the primary color of the object. Read/write Long.
Declaration
public ExcelKnownColors Color { get; set; }
Property Value
| Type |
|---|
| ExcelKnownColors |
ColorObject
Returns or sets the primary color of the object. Read/write Long.
Declaration
public ColorObject ColorObject { get; }
Property Value
| Type |
|---|
| ColorObject |
ColorRGB
Returns color of the border.
Declaration
public Color ColorRGB { get; set; }
Property Value
| Type |
|---|
| Color |
Count
Returns number of elements in the group. Read-only.
Declaration
public int Count { get; }
Property Value
| Type |
|---|
| System.Int32 |
Item[Int32]
Returns single entry from the group. Read-only.
Declaration
public IBorder this[int index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Property Value
| Type |
|---|
| IBorder |
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