[]
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 };
• condensed = 2
Specifies that the group layout is condensed mode.
• outline = 1
Specifies that the group layout is outline mode.
• tabular = 0
Specifies that the group layout is tabular mode.