Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExpandEventArgs Class / ExpandEventArgs Constructor


In This Topic
ExpandEventArgs Constructor
In This Topic
Creates a new object with the Expand event arguments.
Syntax
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal expand As Boolean, _
   ByVal row As Integer _
)
 
'Usage
 
Dim view As SpreadView
Dim expand As Boolean
Dim row As Integer
 
Dim instance As New ExpandEventArgs(view, expand, row)

Parameters

view
expand
row
See Also