API Reference
Command
New-HtmlXFormColumn
Adds a form column inside a row.
Remarks
Use inside New-HtmlXFormRow { }.
Examples
New-HtmlXFormColumn {
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-HtmlXFormColumn [-Content <ScriptBlock>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds controls to the column.
Outputs
HtmlForgeX.TablerFormColumn