ActiveSheetChangingEventArgs Properties
Provides data for the SpreadsheetControl.ActiveSheetChanging event.Name | Description |
---|---|
Cancel | Gets or sets whether the changing the active sheet should be canceled. |
NewActiveSheetName | Gets the name of the new active worksheet. Inherited from ActiveSheetChangeEventArgsBase. |
OldActiveSheetName | Gets the name of the old active worksheet. Inherited from ActiveSheetChangeEventArgsBase. |
See Also