Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjectLink Class / wLinkObj Property


In This Topic
    wLinkObj Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property wLinkObj As UShort
    'Usage
     
    
    Dim instance As ObjectLink
    Dim value As UShort
     
    instance.wLinkObj = value
     
    value = instance.wLinkObj
    public ushort wLinkObj {get; set;}
    See Also