ASP.NET Core

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

    Show / Hide Table of Contents

    Class ExcelFindOptions

    Specifies the possible type of finding options.

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

    Fields

    MatchCase

    Match the case while finding the value.

    Declaration
    public const ExcelFindOptions MatchCase
    Field Value
    Type Description
    ExcelFindOptions

    MatchEntireCellContent

    Match the entire cell content to search word while finding the value.

    Declaration
    public const ExcelFindOptions MatchEntireCellContent
    Field Value
    Type Description
    ExcelFindOptions

    None

    None of the option is selected.

    Declaration
    public const ExcelFindOptions None
    Field Value
    Type Description
    ExcelFindOptions

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved