public List<List<ExcelCell>> allCells
Public allCells As List(Of List(Of ExcelCell))
public: List<List<ExcelCell^>^>^ allCells
val mutable allCells: List<List<ExcelCell>>
In This Article