Back to Devexpress

RowsChangingEventArgs Properties

officefileapi-devexpress-dot-spreadsheet-dot-rowschangingeventargs-dot-underscore-properties.md

latest1.5 KB
Original Source

RowsChangingEventArgs Properties

Provides data for the SpreadsheetControl.RowsInserting and SpreadsheetControl.RowsRemoving events.

NameDescription
CancelGets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
CountGets the number of rows/columns that will be inserted or removed. Inherited from RowsColumnsChangingEventArgsBase.
StartIndexGets the index of the first row/column after which rows/columns will be inserted or removed. Inherited from RowsColumnsChangingEventArgsBase.

See Also

RowsChangingEventArgs Class

RowsChangingEventArgs Members

DevExpress.Spreadsheet Namespace