API Reference
Command
New-HtmlXColumn
Creates a column element inside a row.
Remarks
Part of the HtmlForgeX.PowerShell DSL.
Examples
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
- Scriptblock that builds child elements within the column.
- Width object
- Column width as an integer (1-12), a TablerColumnNumber, or a raw CSS class string.
Outputs
HtmlForgeX.TablerColumn