[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ReplaceOptions

ReplaceOptions Class

包装所有可选参数在 Replace(object, object, ReplaceOptions)

中,以与Java版本保持一致。

Inheritance
ReplaceOptions
Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public class ReplaceOptions

Constructors

Name Description
ReplaceOptions()

Properties

Name Description
LookAt

可以为LookAt 枚举中的一项。默认值为Part

MatchByte

True 表示双字节字符仅与双字节字符匹配。 False 表示双字节字符与其单字节等价物匹配。

MatchCase

True 表示搜索时区分大小写。默认值为 False。

ReplaceFormat

该方法的替换格式。

SearchFormat

该方法的搜索格式。

SearchOrder

可以是SearchOrder 枚举中的一个值。