Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Text Class / fDelete Property


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