I am using devexpress and when I try to get value of a spreadsheet's cell using below code:
Workbook workbook = new Workbook();
Column firstColumn_byName = columns["A"];
I get the following error:
the name columns does not exist in the current context
You haven't defined
columns.Taken from: devexpress documentation