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


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