Skip to main content

XlSheetCreatedEventArgs(Int32, String) Constructor

Initializes a new instance of the XlSheetCreatedEventArgs class with the specified settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v23.2.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public XlSheetCreatedEventArgs(
    int index,
    string sheetName
)

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