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 Cancel |
New |
Gets or sets the new name of the renamed worksheet. |
Old |
Gets the name of the worksheet being renamed. |
See Also