HtmlForgeX

API Reference

Command

New-HtmlXColumn

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerColumn

Creates a column element inside a row.

Remarks

Part of the HtmlForgeX.PowerShell DSL.

Examples

Imported script example

New-HtmlXColumn {
        

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-HtmlXColumn [-Content <ScriptBlock>] [-Width <object>] [<CommonParameters>]
#

Parameters

Content ScriptBlock optionalposition: 0pipeline: false
Scriptblock that builds child elements within the column.
Width object optionalposition: namedpipeline: false
Column width as an integer (1-12), a TablerColumnNumber, or a raw CSS class string.

Outputs

HtmlForgeX.TablerColumn