WPF

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

    Show / Hide Table of Contents

    Class WorkbookCreatingEventArgs

    Represents the class which holds the properties of WorkbookCreating event.

    Inheritance
    System.Object
    System.EventArgs
    GridCancelEventArgs
    WorkbookCreatingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    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.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class WorkbookCreatingEventArgs : GridCancelEventArgs

    Constructors

    WorkbookCreatingEventArgs()

    Initializes a new instance of the WorkbookCreatingEventArgs class.

    Declaration
    public WorkbookCreatingEventArgs()

    Properties

    SheetCount

    Gets the IWorksheet count of the workbook.

    Declaration
    public int SheetCount { get; }
    Property Value
    Type Description
    System.Int32

    The worksheet count.

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