menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelFindOptions - WinUI 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.NET.dll
    Syntax
    public sealed class ExcelFindOptions : Enum

    Fields

    MatchCase

    Match the case while finding the value.

    Declaration
    public const ExcelFindOptions MatchCase
    Field Value
    Type
    ExcelFindOptions

    MatchEntireCellContent

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

    Declaration
    public const ExcelFindOptions MatchEntireCellContent
    Field Value
    Type
    ExcelFindOptions

    None

    None of the option is selected.

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