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


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

    Parameters

    id
    op
    fBid
    See Also