Explain this assgin

(dtLeaseData.Rows.IndexOf(dtLeaseData.AsEnumerable().Where(Function(row) row(0).ToString.Contains(“Lease Totals#”)).ToArray()(0)))

Hi @Gaurav07

Based on the condition it is used to check the index of the record where it contains the text lease totals

Thanks
Ashwin.S