Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml7 Interface / ExcelSetShape Method
The sheet index.
The blips.


In This Topic
    ExcelSetShape Method
    In This Topic
    Sets the Excel xml shapes.
    Syntax
    'Declaration
     
    
    Function ExcelSetShape( _
       ByVal sheet As Short, _
       ByVal themes As CT_OfficeStyleSheet, _
       ByVal drawingAnchor As Object, _
       ByVal blips As List(Of Blip), _
       ByVal blipTable As Hashtable _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml7
    Dim sheet As Short
    Dim themes As CT_OfficeStyleSheet
    Dim drawingAnchor As Object
    Dim blips As List(Of Blip)
    Dim blipTable As Hashtable
    Dim value As Boolean
     
    value = instance.ExcelSetShape(sheet, themes, drawingAnchor, blips, blipTable)
    bool ExcelSetShape( 
       short sheet,
       CT_OfficeStyleSheet themes,
       object drawingAnchor,
       List<Blip> blips,
       Hashtable blipTable
    )

    Parameters

    sheet
    The sheet index.
    themes
    drawingAnchor
    blips
    The blips.
    blipTable

    Return Value

    true if successfully; otherwise, false.
    See Also