Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtDggContainer Class / blipStore Property


In This Topic
    blipStore Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property blipStore As OfficeArtBStoreContainer
    'Usage
     
    
    Dim instance As OfficeArtDggContainer
    Dim value As OfficeArtBStoreContainer
     
    instance.blipStore = value
     
    value = instance.blipStore
    public OfficeArtBStoreContainer blipStore {get; set;}
    See Also