Class ErrorIndicatorsCollection
Summary description for ErrorIndicatorsCollection.
Inheritance
System.Object
ErrorIndicatorsCollection
Implements
System.Collections.Generic.IList<ErrorIndicatorImpl>
System.Collections.Generic.ICollection<ErrorIndicatorImpl>
System.Collections.Generic.IEnumerable<ErrorIndicatorImpl>
System.Collections.IEnumerable
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation.Collections
Assembly: Syncfusion.XlsIO.UWP.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