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