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


In This Topic
    ExcelSetShapes Method
    In This Topic
    Gets the Excel xml shapes.
    Syntax
    'Declaration
     
    
    Function ExcelSetShapes( _
       ByVal sheet As Short, _
       ByVal themes As CT_OfficeStyleSheet, _
       ByVal drawing As CT_Drawing1, _
       ByVal blips As List(Of Blip) _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim themes As CT_OfficeStyleSheet
    Dim drawing As CT_Drawing1
    Dim blips As List(Of Blip)
    Dim value As Boolean
     
    value = instance.ExcelSetShapes(sheet, themes, drawing, blips)
    bool ExcelSetShapes( 
       short sheet,
       CT_OfficeStyleSheet themes,
       CT_Drawing1 drawing,
       List<Blip> blips
    )

    Parameters

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

    Return Value

    true if successfully; otherwise, false.
    See Also