add (ppControl, left, top);
ppControl. Component, an instance of the Control class, that must be added to the table.
left. Left coordinate of the component;
top. The component top coordinate.
The add method adds component to the table.
The method that is used at static location of the component. At the dynamic arrangement, the components are added to the table using the Items property.
The example of method use is given on the Example of Creating the GridPanel Component page.
See also: