HtmlForgeX

API Reference

Command

New-HtmlXTableRowGroup

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.DslOptions.Tables.TableRowGroupOption

Enables row grouping by column index or name.

Remarks

Use inside New-HtmlXTable { }.

Examples

Imported script example

New-HtmlXTableRowGroup -ColumnName "Status" -WithCount
        

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-HtmlXTableRowGroup [-ColumnIndex <int>] [-ColumnName <string>] [-LabelFormat <string>] [-WithCount] [<CommonParameters>]
#

Parameters

ColumnIndex int optionalposition: namedpipeline: false
Zero-based column index to group by.
ColumnName string optionalposition: namedpipeline: false
Column header name to group by.
LabelFormat string optionalposition: namedpipeline: false
Optional label format string used by row group headers.
WithCount SwitchParameter optionalposition: namedpipeline: false
Include a group item count in the header.

Outputs

HtmlForgeX.DslOptions.Tables.TableRowGroupOption