Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / IExcelXml Interface / ExcelGetShapes Method
The sheet index.
The absolute anchor list.
The one cell anchor list.
The two cell anchor list.
The blips.


In This Topic
    ExcelGetShapes Method (IExcelXml)
    In This Topic
    Sets the Excel xml shapes.
    Syntax
    'Declaration
     
    
    Function ExcelGetShapes( _
       ByVal sheet As Short, _
       ByVal absoluteAnchorList As List(Of CT_AbsoluteAnchor), _
       ByVal oneCellAnchorList As List(Of CT_OneCellAnchor), _
       ByVal twoCellAnchorList As List(Of CT_TwoCellAnchor), _
       ByVal blips As List(Of Blip) _
    ) As Boolean
    'Usage
     
    
    Dim instance As IExcelXml
    Dim sheet As Short
    Dim absoluteAnchorList As List(Of CT_AbsoluteAnchor)
    Dim oneCellAnchorList As List(Of CT_OneCellAnchor)
    Dim twoCellAnchorList As List(Of CT_TwoCellAnchor)
    Dim blips As List(Of Blip)
    Dim value As Boolean
     
    value = instance.ExcelGetShapes(sheet, absoluteAnchorList, oneCellAnchorList, twoCellAnchorList, blips)

    Parameters

    sheet
    The sheet index.
    absoluteAnchorList
    The absolute anchor list.
    oneCellAnchorList
    The one cell anchor list.
    twoCellAnchorList
    The two cell anchor list.
    blips
    The blips.

    Return Value

    true if successfully; otherwise, false.
    See Also