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


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