[]
Creates a new object with the RowHeightChanged event arguments.
public RowHeightChangedEventArgs(SpreadView view, ArrayList rowList, bool header)
Public Sub New(view As SpreadView, rowList As ArrayList, header As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the rows whose heights have changed |
ArrayList | rowList | Array list of the rows whose heights have changed |
bool | header | True if row indexes are column header rows |
Creates a new object with the RowHeightChanged event arguments.
public RowHeightChangedEventArgs(SpreadView view, ArrayList rowList, bool header, bool footer)
Public Sub New(view As SpreadView, rowList As ArrayList, header As Boolean, footer As Boolean)
Type | Name | Description |
---|---|---|
SpreadView | view | View that contains the rows whose heights have changed |
ArrayList | rowList | Array list of the rows whose heights have changed |
bool | header | True if row indexes are column header rows |
bool | footer | True if row indexes are column footer rows |