Skip to content

Clear (方法)

清除 FindFormatReplaceFormat 属性中的条件集。

示例

javascript
/*本示例清除 FindFormat 中设置的条件。*/
function test() {
    Application.FindFormat.Clear()
}
javascript
/*本示例清除 ReplaceFormat 中设置的条件。*/
function test() {
    Application.ReplaceFormat.Clear()
}