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
public int LinkRow {get; set;}
See Also