API Reference
Command
New-HtmlXFormRow
Adds a form row inside a form section.
Remarks
Use inside New-HtmlXFormSection { }.
Examples
New-HtmlXFormRow {
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-HtmlXFormRow [-Content <ScriptBlock>] [-Columns <int>] [<CommonParameters>]#Parameters
- Content ScriptBlock
- Scriptblock that adds columns to the row.
- Columns int
- Default column width for new columns.
Outputs
HtmlForgeX.TablerFormRow