Spread Windows Forms 8.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

RowHeightChangeExtents Class
RowHeightChangeExtents Members

 

 


Copyright © GrapeCity, inc. All rights reserved.