[]
Creates a new object with the RowViewportHeightChanged event arguments.
public RowViewportHeightChangedEventArgs(SpreadView view, int viewportIndex, int viewportHeight)
Public Sub New(view As SpreadView, viewportIndex As Integer, viewportHeight As Integer)
| Type | Name | Description |
|---|---|---|
| SpreadView | view | View that contains the viewport whose height has changed |
| int | viewportIndex | Index of the viewport row whose height has changed |
| int | viewportHeight | Height of the viewport row whose height has changed |