'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
.