[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FindOptions

FindOptions Class

Wraps all optional parameters in Find(object, IRange, FindOptions) .

Inheritance
FindOptions
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class FindOptions
Public Class FindOptions

Constructors

Name Description
FindOptions()

Properties

Name Description
LookAt

Can be one of the LookAt enum.

LookIn

Can be one of the FindLookIn enum.

MatchByte

True to have double-byte characters match only double-byte characters. False to have double-byte characters match their single-byte equivalents.

MatchCase

True to make the search case sensitive. The default value is False .

SearchDirection

The search direction. Can be one of the SearchDirection enum.

SearchFormat

The search format. The default value is null.

SearchOrder

Can be one of the SearchOrder enum.