[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.GroupLayoutMode

枚举: GroupLayoutMode

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 };

Table of contents

枚举值成员

枚举值成员

condensed

condensed = 2

指定组布局为压缩模式。


outline

outline = 1

指定组布局为大纲模式。


tabular

tabular = 0

Specifies that the group layout is tabular mode.