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


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