menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BordersCollectionArrayWrapper - Xamarin.Android API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BordersCollectionArrayWrapper

    Represents a borders for range that contains more than one cell.

    Inheritance
    System.Object
    CollectionBase<System.Object>
    CollectionBaseEx<System.Object>
    BordersCollectionArrayWrapper
    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>.GetEnumerator()
    CollectionBase<Object>.IndexOf(Object)
    CollectionBase<Object>.InnerList
    CollectionBase<Object>.Insert(Int32, Object)
    CollectionBase<Object>.IsReadOnly
    CollectionBase<Object>.Item[Int32]
    CollectionBase<Object>.List
    CollectionBase<Object>.Remove(Object)
    CollectionBase<Object>.RemoveAt(Int32)
    CollectionBaseEx<Object>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.add_Setting(CollectionBaseEx.CollectionSet<>)
    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>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<Object>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<Object>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<Object>.Removed
    CollectionBaseEx<Object>.Removing
    CollectionBaseEx<Object>.Set
    CollectionBaseEx<Object>.SetParent(Object)
    CollectionBaseEx<Object>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class BordersCollectionArrayWrapper : CollectionBaseEx<object>, IList<object>, ICollection<object>, IEnumerable<object>, ICloneParent, IBorders, IEnumerable, IParentApplication

    Constructors

    BordersCollectionArrayWrapper(IRange)

    Creates instances for specified range.

    Declaration
    public BordersCollectionArrayWrapper(IRange range)
    Parameters
    Type Name Description
    IRange range

    Range for which instance must be created.

    BordersCollectionArrayWrapper(List<IRange>, IApplication)

    Creates instances for specified range and sets its application.

    Declaration
    public BordersCollectionArrayWrapper(List<IRange> lstRange, IApplication application)
    Parameters
    Type Name Description
    System.Collections.Generic.List<IRange> lstRange

    Range for which instance must be created.

    IApplication application

    Application object for this collection.

    Properties

    Color

    Gets 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 ExcelKnownColors.

    Declaration
    public ExcelKnownColors Color { get; set; }
    Property Value
    Type
    ExcelKnownColors

    ColorRGB

    Gets 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
    Color

    Count

    Returns default borders count.

    Declaration
    public int Count { get; }
    Property Value
    Type
    System.Int32

    Item[ExcelBordersIndex]

    Gets 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

    LineStyle

    Gets 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 Variant.

    Declaration
    public ExcelLineStyle Value { get; set; }
    Property Value
    Type
    ExcelLineStyle

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    ICloneParent
    IBorders
    System.Collections.IEnumerable
    IParentApplication
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved