Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / FormulaDependentInfos.Cell Structure / FormulaDependentInfos.Cell Constructor
Cell's row index.
Cell's column index.


In This Topic
FormulaDependentInfos.Cell Constructor
In This Topic
Represents the cell constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer _
)
 
'Usage
 
Dim row As Integer
Dim column As Integer
 
Dim instance As New FormulaDependentInfos.Cell(row, column)

Parameters

row
Cell's row index.
column
Cell's column index.
See Also