Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IOptimizedExcel2 Interface / ExcelSetShapeBlips Method
The sheet index.
The themems.
The drawing objects.
The blips.


In This Topic
    ExcelSetShapeBlips Method
    In This Topic
    Gets the Excel xml shapes.
    Syntax
    'Declaration
     
    
    Function ExcelSetShapeBlips( _
       ByVal sheet As Short, _
       ByVal themes As CT_OfficeStyleSheet, _
       ByVal drawing As CT_Drawing1, _
       ByVal blipTable As Hashtable _
    ) As Boolean
    'Usage
     
    
    Dim instance As IOptimizedExcel2
    Dim sheet As Short
    Dim themes As CT_OfficeStyleSheet
    Dim drawing As CT_Drawing1
    Dim blipTable As Hashtable
    Dim value As Boolean
     
    value = instance.ExcelSetShapeBlips(sheet, themes, drawing, blipTable)
    bool ExcelSetShapeBlips( 
       short sheet,
       CT_OfficeStyleSheet themes,
       CT_Drawing1 drawing,
       Hashtable blipTable
    )

    Parameters

    sheet
    The sheet index.
    themes
    The themems.
    drawing
    The drawing objects.
    blipTable
    The blips.

    Return Value

    true if successfully; otherwise, false.
    See Also