Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtSpgrContainer Class / AddFileBlock Method


In This Topic
    AddFileBlock Method (OfficeArtSpgrContainer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub AddFileBlock( _
       ByVal fileBlock As IOfficeDrawingStructure _
    ) 
    'Usage
     
    
    Dim instance As OfficeArtSpgrContainer
    Dim fileBlock As IOfficeDrawingStructure
     
    instance.AddFileBlock(fileBlock)
    public void AddFileBlock( 
       IOfficeDrawingStructure fileBlock
    )

    Parameters

    fileBlock
    See Also