Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / CellInfoRange Constructor
The row index
The column index


In This Topic
CellInfoRange Constructor
In This Topic
Creates a new collection of cell information objects for the cell at the specified row and column.
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 CellInfoRange(row, column)

Parameters

row
The row index
column
The column index
See Also