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


In This Topic
    ExcelGetShapesAndCharts Method
    In This Topic
    Sets the Excel xml shapes and charts.
    Syntax
    'Declaration
     
    
    Sub ExcelGetShapesAndCharts( _
       ByVal sheetIndex 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), _
       ByVal chartList As List(Of BlipChart) _
    ) 
    'Usage
     
    
    Dim instance As IExcelWrite2
    Dim sheetIndex 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 chartList As List(Of BlipChart)
     
    instance.ExcelGetShapesAndCharts(sheetIndex, absoluteAnchorList, oneCellAnchorList, twoCellAnchorList, blips, chartList)

    Parameters

    sheetIndex
    The sheet index.
    absoluteAnchorList
    The absolute anchor list.
    oneCellAnchorList
    The one cell anchor list.
    twoCellAnchorList
    The two cell anchor list.
    blips
    The blips.
    chartList
    The chart blips.
    See Also