excel如何使“”符号位于轮廓的左侧
我正在使用 Microsoft.Office.Interop.Excel.dll
中的 range.group
方法 它可以将列或行分组为 Excel 文档中的大纲级别; 但问题是如何将"+"
符号设置在左侧,而不是根据最后一列或最后一行将其默认位置设置在右侧。
使用什么方法来控制方向以及如何使用该方法。最好能举个例子。
I am using range.group
method from the Microsoft.Office.Interop.Excel.dll
and it works to group up the columns or rows as the outline level in the Excel document;
but there comes the question of how to set the "+"
symbol at the left side, but not it's default position at the right side according to the last columns or rows.
What method is used for controlling the direction and how to use this method. It would be best if that's an example,.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 Excel 中:数据/组和大纲/设置...
在代码中:
In excel: Data/Group and Outline/Settings...
In code:
要在不使用 VBA 的情况下将其应用到左侧:
在 Excel 中:数据 ->大纲。单击功能区右下角的箭头(箭头指向右侧。)
它将打开大纲设置。
取消勾选“详细信息右侧的摘要栏”。
单击“应用样式”。
To apply it on the left without using VBA:
In Excel: Data-> Outline. Click on the arrow on the bottom right corner of the ribbon (The arrow is pointing down right.)
It will open the Outline Settings.
Untick "Summary column on the right on the right of detail."
Click Apply Styles.