menu

UWP

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

    Show / Hide Table of Contents

    Class WorkbookCreatingEventArgs

    Represents the class which holds the properties of WorkbookCreating event.

    Inheritance
    System.Object
    GridCancelEventArgs
    WorkbookCreatingEventArgs
    Inherited Members
    GridCancelEventArgs.Cancel
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Helpers
    Assembly: Syncfusion.SfSpreadsheet.UWP.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.

    Extension Methods

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