menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BordersGroup - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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>
    ICloneParent
    IBorders
    System.Collections.IEnumerable
    IParentApplication
    Inherited Members
    CollectionBase<Object>.Add(Object)
    CollectionBase<Object>.Capacity
    CollectionBase<Object>.Clear()
    CollectionBase<Object>.Contains(Object)
    CollectionBase<Object>.CopyTo(Object[], Int32)
    CollectionBase<Object>.Count
    CollectionBase<Object>.GetEnumerator()
    CollectionBase<Object>.IEnumerable.GetEnumerator()
    CollectionBase<Object>.IndexOf(Object)
    CollectionBase<Object>.InnerList
    CollectionBase<Object>.Insert(Int32, Object)
    CollectionBase<Object>.IsReadOnly
    CollectionBase<Object>.List
    CollectionBase<Object>.Remove(Object)
    CollectionBase<Object>.RemoveAt(Int32)
    CollectionBaseEx<Object>.AppImplementation
    CollectionBaseEx<Object>.Application
    CollectionBaseEx<Object>.Changed
    CollectionBaseEx<Object>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<Object>.Cleared
    CollectionBaseEx<Object>.Clearing
    CollectionBaseEx<Object>.ClearMaxValues()
    CollectionBaseEx<Object>.Clone(Object)
    CollectionBaseEx<Object>.EnsureCapacity(Int32)
    CollectionBaseEx<Object>.FindParent(Type)
    CollectionBaseEx<Object>.FindParent(Type, Boolean)
    CollectionBaseEx<Object>.GenerateDefaultName(ICollection<Object>, String)
    CollectionBaseEx<Object>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<Object>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<Object>.Inserted
    CollectionBaseEx<Object>.Inserting
    CollectionBaseEx<Object>.OnClear()
    CollectionBaseEx<Object>.OnClearComplete()
    CollectionBaseEx<Object>.OnInsert(Int32, Object)
    CollectionBaseEx<Object>.OnInsertComplete(Int32, Object)
    CollectionBaseEx<Object>.OnRemove(Int32, Object)
    CollectionBaseEx<Object>.OnRemoveComplete(Int32, Object)
    CollectionBaseEx<Object>.OnSet(Int32, Object, Object)
    CollectionBaseEx<Object>.OnSetComplete(Int32, Object, Object)
    CollectionBaseEx<Object>.Parent
    CollectionBaseEx<Object>.QuietMode
    CollectionBaseEx<Object>.Removed
    CollectionBaseEx<Object>.Removing
    CollectionBaseEx<Object>.Set
    CollectionBaseEx<Object>.SetParent(Object)
    CollectionBaseEx<Object>.Setting
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.XlsIO.Implementation.Collections.Grouping
    Assembly: Syncfusion.XlsIO.Base.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
    System.Drawing.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<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.Generic.IEnumerable<T>
    ICloneParent
    IBorders
    System.Collections.IEnumerable
    IParentApplication

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved