Skip to content

New-PWFRow

Description

New row wich contains what you want.

SYNTAX

New-PWFRow -Content <scriptblock>

EXAMPLES

EXAMPLE 1

New-PWFRow -Content {
    ...SOMECODE...
}

PARAMETERS

-Content

Your next code.

Type: ScriptBlock
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False