New-UDColumn
Creates a new column for a grid.
Synopsis
Syntax
New-UDColumn [-Id <String>] [-SmallSize <Int32>] [-LargeSize <Int32>] [-MediumSize <Int32>] [-ExtraLargeSize <Int32>] [-ExtraSmallSize <Int32>] [[-Content] <ScriptBlock>] [-Style <Hashtable>] [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? named
Default value ([Guid]::NewGuid())
Accept pipeline input? false
Aliases
Accept wildcard characters? false-SmallSize
-LargeSize
-MediumSize
-ExtraLargeSize
-ExtraSmallSize
-Content
-Style
Outputs
Last updated
Was this helpful?