如何获得Epplus中的空白单元格作为范围?

我想从一个范围使用Vb.net中的epplus 4的所有空白单元格C#使用Excel.Interop,我用这个:

Dim otherCells As ExcelRange = ExcelRangeV3.SpecialCells(XlCellType.xlCellTypeBlanks) otherCells.Select() otherCells.FormulaR1C1 = "Other" 

我怎样才能使用vb.net或c#代码在Epplus 4中做同样的事情? 任何帮助表示赞赏。