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

New-UDTableTextOption

Creates a hashtable to set the text options of a table.

Synopsis

Creates a hashtable to set the text options of a table.

Syntax

New-UDTableTextOption [[-ExportAllCsv] <String>] [[-ExportCurrentViewCsv] <String>] [[-ExportAllXLSX] <String>] [[-ExportCurrentViewXLSX] <String>] [[-ExportAllPDF] <String>] [[-ExportCurrentViewPDF] <String>] [[-ExportAllJson] <String>] [[-ExportCurrentViewJson] <String>] [[-ExportFileName] <String>] [[-Search] <String>] [[-FilterSearch] <String>] [[-Export] <String>] [[-FilterDate] <String>] [[-NoData] <String>] [[-Loading] <String>] [[-RowsPerPage] <String>] [[-CountDescription] <String>] [<CommonParameters>]

Description

Creates a hashtable to set the text options of a table.

Parameters

-ExportAllCsv

Overrides the Export All to CSV text.

Required?                    false
Position?                    1
Default value                Export all as CSV
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-ExportCurrentViewCsv

Overrides the Export Current View as CSV text.

-ExportAllXLSX

Overrides the Export All to XLSX text.

-ExportCurrentViewXLSX

Overrides the Export Current View as XLSX text.

-ExportAllPDF

Overrides the Export All to PDF text.

-ExportCurrentViewPDF

Overrides the Export Current View as PDF text.

-ExportAllJson

Overrides the Export All to JSON text.

-ExportCurrentViewJson

Overrides the Export Current View as JSON text.

-ExportFileName

Overrides the Search text. You can use {0} to use as a place holder for the number of rows.

-FilterSearch

Overrides the column filter text. You can use {0} to use as a place holder for the number of rows.

-Export

-FilterDate

-NoData

Overrides the No Data text.

-Loading

-RowsPerPage

-CountDescription

Outputs

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

Last updated

Was this helpful?