ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ErrorIndicatorImpl - ASP.NETMVC API Reference | Syncfusion

    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
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.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
    System.Drawing.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 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 - 2021 Syncfusion Inc. All Rights Reserved