Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / Blip Class / RefProperties Property


In This Topic
    RefProperties Property
    In This Topic
    Gets or sets the list of the referenced blips. This value is used to populate the relation id.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RefProperties As List(Of CT_BlipFillProperties)
    'Usage
     
    
    Dim instance As Blip
    Dim value As List(Of CT_BlipFillProperties)
     
    value = instance.RefProperties
    public List<CT_BlipFillProperties> RefProperties {get;}

    Property Value

    The properties list.
    See Also