Class ErrorIndicatorImpl
Represents error indicator.
Implements
Inherited Members
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class ErrorIndicatorImpl : RangesOperations, IErrorIndicator
Constructors
ErrorIndicatorImpl(ExcelIgnoreError)
Creates new instance of current class.
Declaration
public ErrorIndicatorImpl(ExcelIgnoreError option)
Parameters
Type | Name | Description |
---|---|---|
ExcelIgnoreError | option | Hide option. |
ErrorIndicatorImpl(Rectangle, ExcelIgnoreError)
Creates new instance of current class.
Declaration
public ErrorIndicatorImpl(Rectangle rect, ExcelIgnoreError options)
Parameters
Type | Name | Description |
---|---|---|
Rectangle | rect | Cell range of this error indicator. |
ExcelIgnoreError | options | Hide option. |
Fields
MaximumIndicatorsInRecord
Maximum number of error indicators in the single Excel 2003 record.
Declaration
public const int MaximumIndicatorsInRecord = 1024
Field Value
Type |
---|
System.Int32 |
Properties
IgnoreOptions
Represents error indicator hide options.
Declaration
public ExcelIgnoreError IgnoreOptions { get; set; }
Property Value
Type |
---|
ExcelIgnoreError |
Methods
AddCells(ErrorIndicatorImpl)
Adds cells range list from another error indicator.
Declaration
public void AddCells(ErrorIndicatorImpl errorIndicator)
Parameters
Type | Name | Description |
---|---|---|
ErrorIndicatorImpl | errorIndicator | Error indicator to get cells from. |
Clone()
Clones current object.
Declaration
public ErrorIndicatorImpl Clone()
Returns
Type | Description |
---|---|
ErrorIndicatorImpl | Returns cloned object. |