Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellInfo Class / LinkColumn Property


In This Topic
    LinkColumn Property
    In This Topic
    Gets or sets the column of the reference.
    Syntax
    'Declaration
     
    
    Public Property LinkColumn As Integer
    'Usage
     
    
    Dim instance As CellInfo
    Dim value As Integer
     
    instance.LinkColumn = value
     
    value = instance.LinkColumn
    public int LinkColumn {get; set;}
    See Also