Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorIndicatorImpl

    Show / Hide Table of Contents

    Class ErrorIndicatorImpl

    Represents error indicator.

    Inheritance
    System.Object
    RangesOperations
    ErrorIndicatorImpl
    Implements
    IErrorIndicator
    Inherited Members
    RangesOperations.Contains(Rectangle[])
    RangesOperations.Contains(Rectangle[], Int32)
    RangesOperations.Contains(IList<Rectangle>)
    RangesOperations.Contains(IList<Rectangle>, Int32)
    RangesOperations.Contains(Rectangle)
    RangesOperations.Contains(Rectangle, Int32)
    RangesOperations.ContainsCount(Rectangle)
    RangesOperations.AddCells(IList<Rectangle>)
    RangesOperations.AddRectangles(IList<Rectangle>)
    RangesOperations.AddRange(IRange)
    RangesOperations.AddRange(Rectangle)
    RangesOperations.Clear()
    RangesOperations.GetPart(Rectangle, Boolean, Int32, Int32)
    RangesOperations.Remove(Rectangle[])
    RangesOperations.OptimizeStorage()
    RangesOperations.SetLength(Int32)
    RangesOperations.CellList
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ErrorIndicatorImpl : RangesOperations, IErrorIndicator

    Constructors

    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.

    ErrorIndicatorImpl(ExcelIgnoreError)

    Creates new instance of current class.

    Declaration
    public ErrorIndicatorImpl(ExcelIgnoreError option)
    Parameters
    Type Name Description
    ExcelIgnoreError option

    Hide option.

    Fields

    MaximumIndicatorsInRecord

    Maximum number of error indicators in the single Excel 2003 record.

    Declaration
    public const int MaximumIndicatorsInRecord = 1024
    Field Value
    Type Description
    System.Int32

    Properties

    IgnoreOptions

    Represents error indicator hide options.

    Declaration
    public ExcelIgnoreError IgnoreOptions { get; set; }
    Property Value
    Type Description
    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.

    Implements

    IErrorIndicator
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved