Exemplo n.º 1
0
 private bool IsBlankRow(IRow row)
 {
     return(row.All(cell => cell.CellType == CellType.Blank));
 }