Class WorkbookCreatingEventArgs
Represents the class which holds the properties of WorkbookCreating event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Spreadsheet.Helpers
Assembly: Syncfusion.Spreadsheet.Windows.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. |