Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / SXViewLink Class / unused Property


In This Topic
    unused Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property unused As Short
    'Usage
     
    
    Dim instance As SXViewLink
    Dim value As Short
     
    instance.unused = value
     
    value = instance.unused
    public short unused {get; set;}
    See Also