BeforePrintSheetEventArgs Properties
Provides data for the SpreadsheetControl.BeforePrintSheet event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Index | Returns the index of the worksheet to be printed. |
| Name | Returns the name of the worksheet to be printed. |
See Also