Spread Windows Forms 12.0 Product Documentation
FormulaDependentInfos.Cell Constructor


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Model Namespace > FormulaDependentInfos.Cell Structure : FormulaDependentInfos.Cell Constructor
Cell's row index.
Cell's column index.
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)
public FormulaDependentInfos.Cell( 
   int row,
   int column
)

Parameters

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

Reference

FormulaDependentInfos.Cell Structure
FormulaDependentInfos.Cell Members