[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheet.ShowRowOutline

ShowRowOutline Property

ShowRowOutline

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

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

Declaration
bool ShowRowOutline { get; set; }
Property ShowRowOutline As Boolean
Examples
worksheet.ShowRowOutline = false;
bool showRowOutline = worksheet.ShowRowOutline;