API Reference
Function
New-TableButtonPrint
Creates a new table button for printing with optional title and button name.
Remarks
This function creates a new table button for printing with optional title and button name. It can be used to add a print button to HTML tables.
Examples
EXAMPLE 1
New-TableButtonPrint -Title "Print Table" -ButtonName "Print"
Description ----------- Creates a new table button with the title "Print Table" and button name "Print".
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-TableButtonPrint [-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.