ExcelGetShapesAndCharts Method
In This Topic
Sets the Excel xml shapes and charts.
Syntax
'Declaration
Sub ExcelGetShapesAndCharts( _
ByVal As Short, _
ByVal As List(Of CT_AbsoluteAnchor), _
ByVal As List(Of CT_OneCellAnchor), _
ByVal As List(Of CT_TwoCellAnchor), _
ByVal As List(Of Blip), _
ByVal 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