[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides a cell of the TableLayoutPanel. [Property] Control=Sets a control contained within a cell. ARG(Control)|20|(empty)|ControlManager Column=Sets the column position of the control. ARG(int)|1|0 ColumnSpan=Sets the number of columns spanned by the child control. ARG(int)|1|0 Row=Sets the row position of the control. ARG(int)|1|0 RowSpan=Sets the number of rows spanned by the child control. ARG(int)|1|0 Table=Sets a parent TableLayoutPanel. ARG(TableLayoutPanel)|20|(empty)|TableLayoutPanel [Methods] doAdd=Adds the child control to the specified position. ARG(Control control, int column, int row)|1|0 Control=Defines a control contained within a cell. ARG(Control)|4|0 Column=Defines the column position of the control. ARG(int)|4|1 Row=Defines the row position of the control. ARG(int)|4|1