[]
Prints the GcSpreadSheet.
public void Print(int sheetIndex = -1, PrintSettings printSettings = null, bool showDialog = false)
Public Sub Print(Optional sheetIndex As Integer = -1, Optional printSettings As PrintSettings = Nothing, Optional showDialog As Boolean = False)
Type | Name | Description |
---|---|---|
int | sheetIndex | An integer value indicates the printing worksheet. The default value |
PrintSettings | printSettings | The print settings. |
bool | showDialog |
|