Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / LinkRow Property


In This Topic
LinkRow Property
In This Topic
Gets or sets the row of the reference.
Syntax
'Declaration
 
Public Property LinkRow As Integer
 
'Usage
 
Dim instance As CellInfo
Dim value As Integer
 
instance.LinkRow = value
 
value = instance.LinkRow
See Also