Example #1
0
 public static ICell Cell(this IRow row, int index)
 {
     return(Cell(row, index, row.GetDefaultCellStyle()));
 }