[]
Represents the event data for the RowHeightChanging event for the Spread component, which occurs when the height of a row is changing.
public class RowHeightChangingEventArgs : EventArgs
Public Class RowHeightChangingEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool) | Creates a new object with the RowHeightChanging event arguments. |
| RowHeightChangingEventArgs(SpreadView, ArrayList, int, bool, bool) | Creates a new object with the RowHeightChanging event arguments. |
| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel the row height change. |
| Footer | Gets whether the column indexes are column footer rows. |
| Header | Gets whether the column indexes are column header rows. |
| Height | Gets the new height of the row. |
| RowList | Gets the list of rows whose heights have changed. |
| View | Gets the view that contains the rows whose heights have changed. |