[]
Gets or sets whether outline symbols for grouped columns are displayed.
This setting applies to SpreadJS (SJS) serialization and viewing scenarios.
bool ShowColumnOutline { get; set; }
Property ShowColumnOutline As Boolean
worksheet.ShowColumnOutline = false;
bool showColumnOutline = worksheet.ShowColumnOutline;