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


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