menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetAddingEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WorksheetAddingEventArgs

    Represents the class which holds the properties of WorksheetAdding Event.

    Inheritance
    System.Object
    WorksheetAddingEventArgs
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public class WorksheetAddingEventArgs : EventArgs

    Constructors

    WorksheetAddingEventArgs()

    Initializes a new instance of the WorksheetAddingEventArgs class.

    Declaration
    public WorksheetAddingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to stop adding the sheet or else proceed further to add the sheet.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the insertion of sheet has to be stopped ; otherwise, false.

    SheetName

    Gets or sets the name of the IWorksheet that is going to be added.

    Declaration
    public string SheetName { get; set; }
    Property Value
    Type Description
    System.String

    Name of the sheet.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved