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

Out-UDDataGridData

Outputs data for a data grid.

Synopsis

Outputs data for a data grid.

Syntax

Out-UDDataGridData [-Context] <Object> [-Data] <Object> [[-TotalRows] <Int32>] [<CommonParameters>]

Description

Outputs data for a data grid.

Parameters

-Context The context of the data grid.Required? truePosition? 1Default valueAccept pipeline input? falseAliasesAccept wildcard characters? false-Data The data to output.Required? truePosition? 2Default valueAccept pipeline input? true (ByValue)AliasesAccept wildcard characters? false-TotalRowsThe total number of rows in the data set.Required? falsePosition? 3Default value -1Accept pipeline input? falseAliasesAccept wildcard characters? false <CommonParameters> This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/?LinkID=113216).

Last updated

Was this helpful?