Initializes a new instance of the @see:RowColumnChangedEventArgs class.
The start index of the changed rows or columns.
The added or removed count of the rows or columns.
The value indicates the event is for adding ot removing rows or columns.
Determines whether the changes are related to columns or rows.
Initializes a new instance of the RowColumnChangedEventArgs class.
An array of CellRange instances that determines the changed rows or columns.
The value indicates the event is for adding ot removing rows or columns.
Determines whether the changes are related to columns or rows.
Gets the value indicates the event is for adding ot removing rows or columns.
Gets the added or removed count of the rows or columns. Returns -1 if an array of CellRange objects containing more than 1 element was used when creating the instance.
Gets the start index of the changed rows or columns. Returns -1 if an array of CellRange objects containing more than 1 element was used when creating the instance.
Gets an array of CellRange instances that determines the changed rows or columns.
Provides a value to use with events that do not have event data.
Provides arguments for rows or columns changed events.