menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class ErrorIndicatorsCollection

    Summary description for ErrorIndicatorsCollection.

    Inheritance
    System.Object
    CollectionBase<ErrorIndicatorImpl>
    CollectionBaseEx<ErrorIndicatorImpl>
    ErrorIndicatorsCollection
    Implements
    System.Collections.Generic.IList<ErrorIndicatorImpl>
    System.Collections.Generic.ICollection<ErrorIndicatorImpl>
    System.Collections.Generic.IEnumerable<ErrorIndicatorImpl>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    Inherited Members
    CollectionBase<ErrorIndicatorImpl>.Capacity
    CollectionBase<ErrorIndicatorImpl>.Clear()
    CollectionBase<ErrorIndicatorImpl>.Contains(ErrorIndicatorImpl)
    CollectionBase<ErrorIndicatorImpl>.CopyTo(ErrorIndicatorImpl[], Int32)
    CollectionBase<ErrorIndicatorImpl>.Count
    CollectionBase<ErrorIndicatorImpl>.GetEnumerator()
    CollectionBase<ErrorIndicatorImpl>.IndexOf(ErrorIndicatorImpl)
    CollectionBase<ErrorIndicatorImpl>.InnerList
    CollectionBase<ErrorIndicatorImpl>.Insert(Int32, ErrorIndicatorImpl)
    CollectionBase<ErrorIndicatorImpl>.IsReadOnly
    CollectionBase<ErrorIndicatorImpl>.Item[Int32]
    CollectionBase<ErrorIndicatorImpl>.List
    CollectionBase<ErrorIndicatorImpl>.Remove(ErrorIndicatorImpl)
    CollectionBase<ErrorIndicatorImpl>.RemoveAt(Int32)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ErrorIndicatorImpl>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ErrorIndicatorImpl>.AppImplementation
    CollectionBaseEx<ErrorIndicatorImpl>.Application
    CollectionBaseEx<ErrorIndicatorImpl>.Changed
    CollectionBaseEx<ErrorIndicatorImpl>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<ErrorIndicatorImpl>.Cleared
    CollectionBaseEx<ErrorIndicatorImpl>.Clearing
    CollectionBaseEx<ErrorIndicatorImpl>.ClearMaxValues()
    CollectionBaseEx<ErrorIndicatorImpl>.EnsureCapacity(Int32)
    CollectionBaseEx<ErrorIndicatorImpl>.FindParent(Type)
    CollectionBaseEx<ErrorIndicatorImpl>.FindParent(Type, Boolean)
    CollectionBaseEx<ErrorIndicatorImpl>.GenerateDefaultName(ICollection<ErrorIndicatorImpl>, String)
    CollectionBaseEx<ErrorIndicatorImpl>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<ErrorIndicatorImpl>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<ErrorIndicatorImpl>.Inserted
    CollectionBaseEx<ErrorIndicatorImpl>.Inserting
    CollectionBaseEx<ErrorIndicatorImpl>.OnClear()
    CollectionBaseEx<ErrorIndicatorImpl>.OnClearComplete()
    CollectionBaseEx<ErrorIndicatorImpl>.OnInsert(Int32, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.OnInsertComplete(Int32, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.OnRemove(Int32, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.OnRemoveComplete(Int32, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.OnSet(Int32, ErrorIndicatorImpl, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.OnSetComplete(Int32, ErrorIndicatorImpl, ErrorIndicatorImpl)
    CollectionBaseEx<ErrorIndicatorImpl>.Parent
    CollectionBaseEx<ErrorIndicatorImpl>.QuietMode
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ErrorIndicatorImpl>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<ErrorIndicatorImpl>.Removed
    CollectionBaseEx<ErrorIndicatorImpl>.Removing
    CollectionBaseEx<ErrorIndicatorImpl>.Set
    CollectionBaseEx<ErrorIndicatorImpl>.SetParent(Object)
    CollectionBaseEx<ErrorIndicatorImpl>.Setting
    Namespace: Syncfusion.XlsIO.Implementation.Collections
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ErrorIndicatorsCollection : CollectionBaseEx<ErrorIndicatorImpl>, IList<ErrorIndicatorImpl>, ICollection<ErrorIndicatorImpl>, IEnumerable<ErrorIndicatorImpl>, IEnumerable, IParentApplication, ICloneParent

    Constructors

    ErrorIndicatorsCollection(IApplication, Object)

    Initializes new instance of the collection.

    Declaration
    public ErrorIndicatorsCollection(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Application object for the new collection.

    System.Object parent

    Parent object for the new collection.

    Methods

    Add(ErrorIndicatorImpl)

    Adds new item to collection.

    Declaration
    public ErrorIndicatorImpl Add(ErrorIndicatorImpl errorIndicator)
    Parameters
    Type Name Description
    ErrorIndicatorImpl errorIndicator

    Error indicator to add.

    Returns
    Type Description
    ErrorIndicatorImpl

    Added error indicator.

    Clone(Object)

    Creates a new object that is a copy of the current instance.

    Declaration
    public override object Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent object for a copy of this instance.

    Returns
    Type Description
    System.Object

    A new object that is a copy of this instance.

    Overrides
    Syncfusion.XlsIO.Implementation.Collections.CollectionBaseEx<Syncfusion.XlsIO.Implementation.ErrorIndicatorImpl>.Clone(System.Object)

    Find(Rectangle[])

    Searches for error indicator that contains all specified ranges.

    Declaration
    public ErrorIndicatorImpl Find(Rectangle[] arrRanges)
    Parameters
    Type Name Description
    Rectangle[] arrRanges

    Ranges to find error indicator for.

    Returns
    Type Description
    ErrorIndicatorImpl

    Error indicator if found, else null.

    Remove(Rectangle[])

    Removes specified range from collection.

    Declaration
    public void Remove(Rectangle[] rect)
    Parameters
    Type Name Description
    Rectangle[] rect

    Range to remove.

    Implements

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