Ejemplo n.º 1
0
 public static ICell StringCell(this ICell self)
 {
     return(self.CellType(NPOI.SS.UserModel.CellType.String));
 }