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