Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE.Property Class / OfficeArtRGFOPTE.Property Constructor / OfficeArtRGFOPTE.Property Constructor(OfficeArtFOPTEOPID,Boolean,Int32,String)
Property identifier
the blip identifier
Value
Property string


In This Topic
    OfficeArtRGFOPTE.Property Constructor(OfficeArtFOPTEOPID,Boolean,Int32,String)
    In This Topic
    Creates a new property.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As OfficeArtFOPTEOPID, _
       ByVal blipId As Boolean, _
       ByVal value As Integer, _
       ByVal stringValue As String _
    )
    'Usage
     
    
    Dim id As OfficeArtFOPTEOPID
    Dim blipId As Boolean
    Dim value As Integer
    Dim stringValue As String
     
    Dim instance As New OfficeArtRGFOPTE.Property(id, blipId, value, stringValue)
    public OfficeArtRGFOPTE.Property( 
       OfficeArtFOPTEOPID id,
       bool blipId,
       int value,
       string stringValue
    )

    Parameters

    id
    Property identifier
    blipId
    the blip identifier
    value
    Value
    stringValue
    Property string
    See Also