I have a DataTable have all columns like:
B0_1 A1_1 B0_2 A1_2 B0_3 A1_3 B0_4 A1_4
How to count only columns start with A1_
?
I had variably contains A1_x
like this:
nameCol + n.ToString() + "_" +
Note: In this example you can see A1_1 -> A1_4
but 4 is randoms number, about from 1 -> 9.