Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Dat Class / fHasBordVert Property


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