Greetings. On the form there is a TableLayoutPanel , in the cells are buttons. The button in the properties has a Cell field that defines its row and column in tableLayout . 
But I can't find how to access this Cell from code? I want to dynamically change the row / column of an item.
SetCellPosition,GetCellPosition,SetRow,GetRow,SetColumn,GetColumn. - Alexander PetrovsetCellPositionmethod. - Nik