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


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