ASPxClientSpreadsheet.Print(target) Method
In This Article
Invokes the browser print dialog to print the sheet content.
#Declaration
TypeScript
Print(
target: string
): void
#Parameters
Name | Type | Description |
---|---|---|
target | string | The target name. |
See Also