页面上显示表格时是否可以不显示表格上面的A/B/C/D和左侧的行号 #1852
Unanswered
gysheng
asked this question in
Q&A | 常见问题
Replies: 2 comments 2 replies
-
|
IWorksheetData 的 rowHeader 可以 配置 |
Beta Was this translation helpful? Give feedback.
1 reply
-
this.unit = univer.createUnit(UniverInstanceType.UNIVER_SHEET, {});
this.unit.getActiveSheet()._snapshot.rowHeader.hidden=1
this.unit.getActiveSheet()._snapshot.columnHeader.hidden=1 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
页面上显示表格时是否可以不显示表格上面的A/B/C/D和左侧的行号
Beta Was this translation helpful? Give feedback.
All reactions