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