Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / BOF Class / vers Property


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