Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtBStoreContainer Class / GetFileBlock Method


In This Topic
    GetFileBlock Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetFileBlock( _
       ByVal blipId As Integer _
    ) As IOfficeDrawingStructure()
    'Usage
     
    
    Dim instance As OfficeArtBStoreContainer
    Dim blipId As Integer
    Dim value() As IOfficeDrawingStructure
     
    value = instance.GetFileBlock(blipId)
    public IOfficeDrawingStructure[] GetFileBlock( 
       int blipId
    )

    Parameters

    blipId
    See Also