[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FindOptions

Class FindOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

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

public class FindOptions
Inheritance
object
FindOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

FindOptions()

public FindOptions()

Properties

LookAt

Can be one of the LookAt enum.

public LookAt LookAt { get; set; }

Property Value

LookAt

LookIn

Can be one of the FindLookIn enum.

public FindLookIn LookIn { get; set; }

Property Value

FindLookIn

MatchByte

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

public bool MatchByte { get; set; }

Property Value

bool

MatchCase

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

public bool MatchCase { get; set; }

Property Value

bool

SearchDirection

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

public SearchDirection SearchDirection { get; set; }

Property Value

SearchDirection

SearchFormat

The search format. The default value is null.

public IDisplayFormat SearchFormat { get; set; }

Property Value

IDisplayFormat

SearchOrder

Can be one of the SearchOrder enum.

public SearchOrder SearchOrder { get; set; }

Property Value

SearchOrder