Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / LegendException Class / fDeleted Property


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