Hevea documentation
Frameset.Add Method
Adds a grid in the frameset
public
void
Add(
Grid
component
,
int
width
);
Parameters
component
component to add
width
frame width (percentage)
Exceptions
Exception Type
Condition
ArgumentNullException
component is null
ArgumentException
width cannot be 0, the object has already been added
See Also
Frameset Class
|
Hevea.Core.Http.Html.UI Namespace