Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfoRange Class / Item Property


In This Topic
Item Property (CellInfoRange)
In This Topic
Gets or sets a cell information object for the cell at the specified row and column.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal row As Integer, _
   ByVal column As Integer _
) As CellInfo
 
'Usage
 
Dim instance As CellInfoRange
Dim row As Integer
Dim column As Integer
Dim value As CellInfo
 
instance.Item(row, column) = value
 
value = instance.Item(row, column)

Parameters

row
column
See Also