GanttViewUI.GanttGridFold
可读写 设置甘特图字段显示是否折叠
Boolean
async function today() { await instance.ready(); const app = instance.Application; const GanttViewUI = await app.Window.GanttViewUI // 设置折叠 GanttViewUI.GanttGridFold = true }