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