SheetRenamingEventArgs Properties
Provides data for the SpreadsheetControl.SheetRenaming event.Name | Description |
---|---|
Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
NewName | Gets or sets the new name of the renamed worksheet. |
OldName | Gets the name of the worksheet being renamed. |
See Also