Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBStoreContainer Class / rgfb Property


In This Topic
    rgfb Property (OfficeArtBStoreContainer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property rgfb As IOfficeDrawingStructure()
    'Usage
     
    
    Dim instance As OfficeArtBStoreContainer
    Dim value() As IOfficeDrawingStructure
     
    instance.rgfb = value
     
    value = instance.rgfb
    public IOfficeDrawingStructure[] rgfb {get; set;}
    See Also