| HtmlUtilsCreateVerticalAlignmentTable Method  | 
            Creates a surrounding table for vertical alignment.
            
 
Namespace: PDTec.IceNet.Web.UtilsAssembly: PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static Table CreateVerticalAlignmentTable(
	params Control[] aControls
)
Parameters
- aControls
 - Type: System.Web.UIControl
The controls that will be placed inside the table cells. 
Return Value
Type: 
TableThe table that contains the controls.
See Also