[RESOLVED] How to Loop through this Arraylist
Good day All
i have a Following Arraylist that carries the List of Arraylist Values of String type. I want to Disable a Cell that does not match with the Values in the Arraylist.
Code:
ArrayList arr = Disable_Grid();
foreach(arr in <b>ultraGridCycles</b>)
{
<b>//hide the Cell </b>;
}
Thank you
Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."