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


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