[]
Sheets.TableSheet.GroupLayoutMode
定义组布局的显示方式。
代码示例
// This sample shows how to change the group layout mode to outline.
tableSheet.options.groupLayout={ mode: GC.Spread.Sheets.TableSheet.GroupLayoutMode.outline };
• condensed = 2
指定组布局为压缩模式。
• outline = 1
指定组布局为大纲模式。
• tabular = 0
Specifies that the group layout is tabular mode.