Skip to main content
Row

SheetInsertedEventArgs(String) Constructor

Initializes a new instance of the SheetInsertedEventArgs class with the specified name of the worksheet.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public SheetInsertedEventArgs(
    string sheetName
)

Parameters

Name Type Description
sheetName String

A string that is the name of the inserted worksheet.

Remarks

The SheetInsertedEventArgs is created automatically and passed to the handler of the SpreadsheetControl.SheetInserted event.

See Also