Spread Windows Forms 12.0 Product Documentation
RowHeightChangeExtents Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > RowHeightChangeExtents Class : RowHeightChangeExtents Constructor
First row of the contiguous selection
Last row of the contiguous selection
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)
public RowHeightChangeExtents( 
   int firstRow,
   int lastRow
)

Parameters

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

Reference

RowHeightChangeExtents Class
RowHeightChangeExtents Members