WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WorksheetRemovedEventArgs

    Show / Hide Table of Contents

    Class WorksheetRemovedEventArgs

    Represents the class which holds the properties of WorksheetRemoved event

    Inheritance
    System.Object
    System.EventArgs
    WorksheetRemovedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Spreadsheet.Helpers
    Assembly: Syncfusion.Spreadsheet.Windows.dll
    Syntax
    public class WorksheetRemovedEventArgs : EventArgs

    Constructors

    WorksheetRemovedEventArgs()

    Initializes a new instance of the WorksheetRemovedEventArgs class.

    Declaration
    public WorksheetRemovedEventArgs()

    Properties

    SheetName

    Gets the name of the IWorksheet that is removed.

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

    Name of the Worksheet.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved