[]
Opens a separate application window in which end users can preview the printing output.
public static IDialog PrintPreview(GcSpreadSheet spread, int sheetIndex = -1, PrintSettings printSettings = null)
Public Shared Function PrintPreview(spread As GcSpreadSheet, Optional sheetIndex As Integer = -1, Optional printSettings As PrintSettings = Nothing) As IDialog
Type | Name | Description |
---|---|---|
GcSpreadSheet | spread | The GcSpreadSheet control to work with. |
int | sheetIndex | An integer value indicates the printing worksheet. The default value |
PrintSettings | printSettings | The print settings. |
Type | Description |
---|---|
IDialog |