Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / fGenerated Property


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