[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ReplaceOptions

Class ReplaceOptions

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

Wraps all optional parameters in Replace(object, object, ReplaceOptions) to be consistent with the Java edition.

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

Constructors

ReplaceOptions()

public ReplaceOptions()

Properties

LookAt

Can be one of the LookAt enum. Default is Part .

public LookAt LookAt { get; set; }

Property Value

LookAt

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

ReplaceFormat

The replace format for the method.

public IDisplayFormat ReplaceFormat { get; set; }

Property Value

IDisplayFormat

SearchFormat

The search format for the method.

public IDisplayFormat SearchFormat { get; set; }

Property Value

IDisplayFormat

SearchOrder

Can be one of the SearchOrder enum.

public SearchOrder SearchOrder { get; set; }

Property Value

SearchOrder