public static void SetCellTable(Shape shape, string cellName, Table table)
 {
     SetCellString(shape, cellName, table.ToString());
 }
Example #2
0
 public static void SetCellTable(Shape shape, string cellName, Table table)
 {
     SetCellString(shape, cellName, table.ToString());
 }