Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RowHeightChangeExtents Class / RowHeightChangeExtents Constructor
First row of the contiguous selection
Last row of the contiguous selection


In This Topic
RowHeightChangeExtents Constructor
In This Topic
Creates a new object with the RowHeightChange event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal firstRow As Integer, _
   ByVal lastRow As Integer _
)
 
'Usage
 
Dim firstRow As Integer
Dim lastRow As Integer
 
Dim instance As New RowHeightChangeExtents(firstRow, lastRow)

Parameters

firstRow
First row of the contiguous selection
lastRow
Last row of the contiguous selection
See Also