Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE Class / SetProperty Method / SetProperty(OfficeArtFOPTEOPID,Int32) Method


In This Topic
    SetProperty(OfficeArtFOPTEOPID,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function SetProperty( _
       ByVal id As OfficeArtFOPTEOPID, _
       ByVal op As Integer _
    ) As Boolean
    'Usage
     
    
    Dim instance As OfficeArtRGFOPTE
    Dim id As OfficeArtFOPTEOPID
    Dim op As Integer
    Dim value As Boolean
     
    value = instance.SetProperty(id, op)
    public bool SetProperty( 
       OfficeArtFOPTEOPID id,
       int op
    )

    Parameters

    id
    op
    See Also