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