Class BorderGroup
Summary description for BorderGroup.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
Assembly: Syncfusion.XlsIO.Base.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 | Description |
---|---|
ExcelKnownColors |
ColorObject
Returns or sets the primary color of the object. Read/write Long.
Declaration
public ColorObject ColorObject { get; }
Property Value
Type | Description |
---|---|
ColorObject |
ColorRGB
Returns color of the border.
Declaration
public Color ColorRGB { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color |
Count
Returns number of elements in the group. Read-only.
Declaration
public int Count { get; }
Property Value
Type | Description |
---|---|
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 | Description |
---|---|
IBorder |
LineStyle
Returns or sets the line style for the border. Read/write ExcelLineStyle.
Declaration
public ExcelLineStyle LineStyle { get; set; }
Property Value
Type | Description |
---|---|
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 | Description |
---|---|
System.Boolean |
Implements
System.IDisposable