[]
        
(Showing Draft Content)

GC.Spread.Sheets.TableSheet.GroupLayoutMode

Enumeration: GroupLayoutMode

Sheets.TableSheet.GroupLayoutMode

Defines how the group layout is displayed.

example

// 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

Enumeration members

Enumeration members

condensed

condensed = 2

Specifies that the group layout is condensed mode.


outline

outline = 1

Specifies that the group layout is outline mode.


tabular

tabular = 0

Specifies that the group layout is tabular mode.