Sheet.Print Method
| Name | Parameters | Description |
|---|---|---|
| Print() | none | Prints the current sheet using the default printer settings. |
| Print(DXPrinterSettings) | printerSettings | Prints the current sheet using the specified printer settings. Use this method overload in non-Windows environments. |
| Print(PrinterSettings) | printerSettings | Prints the current sheet using the specified printer settings. |