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


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

    Parameters

    id
    See Also