Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtFSP Class / fHaveSpt Property


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