C2021-004 logic to maintain table shading information
This commit is contained in:
parent
9ce881087a
commit
3929623fce
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user