I need to define a range of cells using Aspose. I found the following example here:
CellRange range = new CellRange(6, 1, 6, 4);
However, with this code:
using Aspose.Cells;
. . .
CellRange unitNameRange = locationWorksheet.Cells[1, 1, 1, 4];
...I get, "Cannot resolve symbol 'CellRange'"
Why not? What am I missing? The project has a reference to Aspose.Cells, Runtime Version 4.0.30319, Version 16.11.0.0