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


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