XlSheetCreatedEventArgs(Int32, String) Constructor
Initializes a new instance of the XlSheetCreatedEventArgs class with the specified settings.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | An integer value, specifying the Excel sheet index number. This value is assigned to the XlSheetCreatedEventArgs.Index property. |
sheetName | String | A String value, specifying the Excel sheet name. This value is assigned to the XlSheetCreatedEventArgs.SheetName property. |
See Also