Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ExcelFindType

    Specifies the type of data to search.

    Inheritance
    System.Object
    ExcelFindType
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class ExcelFindType : Enum

    Fields

    Comments

    Searches text in comments.

    Declaration
    public const ExcelFindType Comments
    Field Value
    Type Description
    ExcelFindType

    Error

    Searches errors.

    Declaration
    public const ExcelFindType Error
    Field Value
    Type Description
    ExcelFindType

    Formula

    Searches formulas.

    Declaration
    public const ExcelFindType Formula
    Field Value
    Type Description
    ExcelFindType

    FormulaStringValue

    Searches formula string values.

    Declaration
    public const ExcelFindType FormulaStringValue
    Field Value
    Type Description
    ExcelFindType

    FormulaValue

    Searches numenric formula values.

    Declaration
    public const ExcelFindType FormulaValue
    Field Value
    Type Description
    ExcelFindType

    Number

    Searches numeric values.

    Declaration
    public const ExcelFindType Number
    Field Value
    Type Description
    ExcelFindType

    Text

    Searches text.

    Declaration
    public const ExcelFindType Text
    Field Value
    Type Description
    ExcelFindType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Values

    Searches calculated values, number and text.

    Declaration
    public const ExcelFindType Values
    Field Value
    Type Description
    ExcelFindType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved