主题
如果区域或样式包含合并单元格,则为 True。Variant。可读写。
/*此示例显示查找条件中是否包含合并的单元格。*/ function test() { console.log(Application.FindFormat.MergeCells) }
/*此示例设置查找条件中不包含合并的单元格。*/ function test() { Application.FindFormat.MergeCells = false }