TableLayoutControlCollection
Wisej.Web.TableLayoutControlCollection
Last updated
Was this helpful?
Wisej.Web.TableLayoutControlCollection
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents a collection of child controls in a table layout container.
Initializes a new instance of the class.
container
: Returns the parent that contains the controls in the collection.
Adds the specified control to the collection and positions it at the specified cell.
control
The control to add.
column
The column in which control will be placed.
row
The row in which control will be placed.
Throws:
The control that contains the control collection.
Either * column* or row is less than -1.