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


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

    Parameters

    id
    Property identifier
    blipId
    the blip identifier
    value
    Value
    See Also