[]
Prints the GcSpreadSheett to a document which can be displayed by DocumentViewer control.
public IDocumentPaginatorSource PrintToDocument(int sheetIndex = -1, PrintSettings printSettings = null)
Public Function PrintToDocument(Optional sheetIndex As Integer = -1, Optional printSettings As PrintSettings = Nothing) As IDocumentPaginatorSource
Type | Name | Description |
---|---|---|
int | sheetIndex | An integer value indicates the printing worksheet. The default value |
PrintSettings | printSettings | The print settings. |
Type | Description |
---|---|
IDocumentPaginatorSource | A IDocumentPaginatorSource object that contains paginated content and can displayed by DocumentViewer control. |