示例#1
0
 public static IRow CreateRow(this ITable table, double size, IStripeStyle style)
 {
     return(table.CreateRow(table.RootRow, size, null, null, style));
 }
示例#2
0
 public static IColumn CreateColumn(this ITable table, double size, IStripeStyle style)
 {
     return(table.CreateColumn(table.RootColumn, size, null, null, style));
 }