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


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