Controls in TableLayoutPanel get additional properties that are accessible in IDE. One is Row and another is Column, relative to TableLayoutPanel.
How do I get those properties' values by code?
I need to loop through all controls in my TableLayoutPanel and issue instructions based on their relative positions; but when I cast retrieved controls as a specific type, I don't get Row and Column properties.