Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / RemoveProperty Method


In This Topic
    RemoveProperty Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function RemoveProperty( _
       ByVal id As OfficeArtFOPTEOPID _
    ) As Boolean
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim id As OfficeArtFOPTEOPID
    Dim value As Boolean
     
    value = instance.RemoveProperty(id)
    public bool RemoveProperty( 
       OfficeArtFOPTEOPID id
    )

    Parameters

    id
    See Also