For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDRow

Creates a new row for a grid.

Synopsis

Creates a new row for a grid.

Syntax

New-UDRow [-Id <String>] [[-Columns] <ScriptBlock>] [-Style <Hashtable>] [<CommonParameters>]

Description

Creates a new row for a grid. This is a wrapper for New-UDGrid -Container.

Parameters

-Id

The ID of the row.

Required?                    false
Position?                    named
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Columns

The columns to include in the row.

-Style

The style of the row.

Outputs

-------------------------- EXAMPLE 1 --------------------------

Last updated

Was this helpful?