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


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