Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

CommentRemovingEventArgs(String, Int32) Constructor

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

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