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