Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CircularFormulaEventInfo Class / CircularFormulaEventInfo Constructor
Row index
Column index


In This Topic
CircularFormulaEventInfo Constructor
In This Topic
Creates an instance of the CircularFormulaEventInfo class.
Syntax
'Declaration
 
Public Function New( _
   ByVal holder As Object, _
   ByVal row As Integer, _
   ByVal column As Integer _
)
 
'Usage
 
Dim holder As Object
Dim row As Integer
Dim column As Integer
 
Dim instance As New CircularFormulaEventInfo(holder, row, column)

Parameters

holder
row
Row index
column
Column index
See Also