C2021-004 logic to maintain table shading information

This commit is contained in:
John Jenko 2021-11-18 19:30:19 +00:00
parent 9ce881087a
commit 3929623fce

View File

@ -2579,6 +2579,7 @@ namespace Volian.Controls.Library
if (!myGrid.SelectNextCell())
{
myGrid.MyBorders.InsertRow(myGrid.Rows.Count - 1);
myGrid.MyShading.InsertRow(myGrid.Rows.Count - 1); // C2021-004 Table Cell Shading information
myGrid.Rows.Add(1);
myGrid.SelectNextCell();
}