commented out debug variable
This commit is contained in:
parent
a8aea0dca0
commit
c64ab64568
@ -370,7 +370,7 @@ namespace DataLoader
|
|||||||
|
|
||||||
private string ConvertTableToGrid(string stepText, Content content, FormatInfo fmt, bool isROTable, GridLinePattern border)
|
private string ConvertTableToGrid(string stepText, Content content, FormatInfo fmt, bool isROTable, GridLinePattern border)
|
||||||
{
|
{
|
||||||
string savethis = stepText;
|
//string savethis = stepText;
|
||||||
string strGrid = "";
|
string strGrid = "";
|
||||||
VlnFlexGrid grd = new VlnFlexGrid(1, 1);
|
VlnFlexGrid grd = new VlnFlexGrid(1, 1);
|
||||||
grd.IsRoTable = isROTable;
|
grd.IsRoTable = isROTable;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user