I have a LinkedList of BFEListSeatAssy Objects.
I need to change the value of one of the BFEListSeatAssy properties(incflag).
I have used code to remove and replace entire rows of the list but never just replaced an element value.
This is what I have so far but I do not know how to point to the direct row column to affect the change.