Class BordersGroup
Summary description for BordersGroup.
Inheritance
System.Object
CollectionBase<System.Object>
CollectionBaseEx<System.Object>
BordersGroup
Implements
System.Collections.Generic.IList<System.Object>
System.Collections.Generic.ICollection<System.Object>
System.Collections.Generic.IEnumerable<System.Object>
System.Collections.IEnumerable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class BordersGroup : CollectionBaseEx<object>, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IBorders, IEnumerable, IParentApplication
Constructors
BordersGroup(IApplication, Object)
Creates new instance of the group.
Declaration
public BordersGroup(IApplication application, object parent)
Parameters
Type | Name | Description |
---|---|---|
IApplication | application | Application object for the new group. |
System.Object | parent | Parent object for the new group. |
Properties
Color
Returns or sets the primary color of the object. Read / write ExcelKnownColors.
Declaration
public ExcelKnownColors Color { get; set; }
Property Value
Type |
---|
ExcelKnownColors |
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 Color.
Declaration
public Color ColorRGB { get; set; }
Property Value
Type |
---|
Windows.UI.Color |
GroupCount
Returns number of elements in the group. Read-only.
Declaration
public int GroupCount { get; }
Property Value
Type |
---|
System.Int32 |
Item[ExcelBordersIndex]
Returns 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 |
Item[Int32]
Returns single entry from the group. Read-only.
Declaration
public IBorders this[int index] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Property Value
Type |
---|
IBorders |
LineStyle
Returns 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.
Declaration
public ExcelLineStyle Value { get; set; }
Property Value
Type |
---|
ExcelLineStyle |
Explicit Interface Implementations
IBorders.Count
Returns the number of objects in the collection. Read-only, Long.
Declaration
int IBorders.Count { get; }
Returns
Type |
---|
System.Int32 |
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable