[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.ShowColumnOutline

ShowColumnOutline Property

ShowColumnOutline

Gets or sets whether outline symbols for grouped columns are displayed.

This setting applies to SpreadJS (SJS) serialization and viewing scenarios.

Declaration
bool ShowColumnOutline { get; set; }
Property ShowColumnOutline As Boolean
Examples
worksheet.ShowColumnOutline = false;
bool showColumnOutline = worksheet.ShowColumnOutline;