Skip to main content
Row

CommentRemovingEventArgs(String, Int32) Constructor

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

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public CommentRemovingEventArgs(
    string sheetName,
    int index
)

Parameters

Name Type Description
sheetName String

A string that is the worksheet name.

index Int32

An integer that is the index in the comment collection.

Remarks

The CommentRemovingEventArgs is created automatically and passed to the handler of the SpreadsheetControl.ActiveSheetChanged event.

See Also