RowsChangedEventArgs(String, Int32, Int32) Constructor
Initializes a new instance of the RowsChangedEventArgs class with the specified settings.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
sheetName | String | A string that is the name of the sheet being modified. |
startIndex | Int32 | An integer specifying the index of the row with which the operation starts. |
count | Int32 | An integer specifying the number of rows affected. |
Remarks
The RowsChangedEventArgs is created automatically and passed to the handler of the SpreadsheetControl.RowsInserted and SpreadsheetControl.RowsRemoved events.
See Also