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


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

    Parameters

    id
    text
    See Also