API Reference
Function
New-TableButtonPageLength
Creates a new table button for setting the page length in a DataTable.
Remarks
This function creates a new table button for setting the page length in a DataTable. It allows users to customize the button title and display text.
Examples
EXAMPLE 1
New-TableButtonPageLength -Title "Set Page Length" -ButtonName "Page Length"
Description ----------- Creates a new table button with the title "Set Page Length" and button name "Page Length".
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
New-TableButtonPageLength [-ButtonName <String>] [-Title <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- ButtonName String
- The text to be displayed on the button.
- Title String
- The title to be displayed when hovering over the button.