Class WorksheetAddedEventArgs
Represents a class which holds the properties of WorksheetAdded event.
Inheritance
System.Object
WorksheetAddedEventArgs
Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
Assembly: Syncfusion.SfSpreadsheet.UWP.dll
Syntax
public class WorksheetAddedEventArgs : EventArgs
Constructors
WorksheetAddedEventArgs()
Initializes a new instance of the WorksheetAddedEventArgs class.
Declaration
public WorksheetAddedEventArgs()
Properties
SheetName
Gets the name of newly added IWorksheet.
Declaration
public string SheetName { get; }
Property Value
Type | Description |
---|---|
System.String | Name of the sheet. |