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