Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / DataLabExtContents Class / fValue Property


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