menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFindType - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExcelFindType

    Specifies the type of data to search.

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

    Fields

    Comments

    Searches text in comments.

    Declaration
    public const ExcelFindType Comments
    Field Value
    Type
    ExcelFindType

    Error

    Searches errors.

    Declaration
    public const ExcelFindType Error
    Field Value
    Type
    ExcelFindType

    Formula

    Searches formulas.

    Declaration
    public const ExcelFindType Formula
    Field Value
    Type
    ExcelFindType

    FormulaStringValue

    Searches formula string values.

    Declaration
    public const ExcelFindType FormulaStringValue
    Field Value
    Type
    ExcelFindType

    FormulaValue

    Searches numenric formula values.

    Declaration
    public const ExcelFindType FormulaValue
    Field Value
    Type
    ExcelFindType

    Number

    Searches numeric values.

    Declaration
    public const ExcelFindType Number
    Field Value
    Type
    ExcelFindType

    Text

    Searches text.

    Declaration
    public const ExcelFindType Text
    Field Value
    Type
    ExcelFindType

    Values

    Searches calculated values, number and text.

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