HtmlForgeX

API Reference

Command

New-HtmlXTableHideColumn

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableHideColumnOption

Hides one or more columns by header name.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableHideColumn -Headers @("Errors")
        

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-HtmlXTableHideColumn [-Headers <string[]>] [<CommonParameters>]
#

Parameters

Headers string[] optionalposition: namedpipeline: false
Header names to hide.

Outputs

HtmlForgeX.DslOptions.Tables.TableHideColumnOption