Hi,
I'm new to Aspose Cells .NET and I'm stuck with an issue. Please share some inputs on how to solve this issue. It would be grateful if you could reply me on this ASAP.
I have an excel worksheet something like the below.
Worksheet1
Column1 Column2 Column3
1 a 1
2 a 2
4 b 4
3 b 3
5 a 5
I have to get the rowindex of the record with Column2 value = 'b' and Column3 value = '4'. How do I get a record's rowIndex, by passing 2 columns' values of that record.
Can you please let me know how do i get it. Thanks a lot for helping me on this.
Thanks.