主题
清除 FindFormat 和 ReplaceFormat 属性中的条件集。
/*本示例清除 FindFormat 中设置的条件。*/ function test() { Application.FindFormat.Clear() }
/*本示例清除 ReplaceFormat 中设置的条件。*/ function test() { Application.ReplaceFormat.Clear() }