HtmlForgeX

API Reference

Command

New-HtmlXFormColumn

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerFormColumn

Adds a form column inside a row.

Remarks

Use inside New-HtmlXFormRow { }.

Examples

Imported script example

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 optionalposition: 0pipeline: false
Scriptblock that adds controls to the column.

Outputs

HtmlForgeX.TablerFormColumn