Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / FindOptions Class
Properties

In This Topic
    FindOptions Class Members
    In This Topic

    The following tables list the members exposed by FindOptions.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyCan be one of the LookAt enum.  
    Public PropertyCan be one of the FindLookIn enum.  
    Public Property True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.  
    Public Property True to make the search case sensitive. The default value is False .  
    Public PropertyThe search direction. Can be one of the SearchDirection enum.  
    Public Property The search format. The default value is null.  
    Public PropertyCan be one of the SearchOrder enum.  
    Top
    See Also