In This Topic
Gets the Excel xml shapes.
Syntax
'Declaration
Function ExcelSetShapes( _
ByVal As Short, _
ByVal As CT_OfficeStyleSheet, _
ByVal As CT_Drawing1, _
ByVal As List(Of Blip) _
) As Boolean
'Usage
Dim instance As IExcelXml
Dim sheet As Short
Dim themes As CT_OfficeStyleSheet
Dim drawing As CT_Drawing1
Dim blips As List(Of Blip)
Dim value As Boolean
value = instance.ExcelSetShapes(sheet, themes, drawing, blips)
bool ExcelSetShapes(
short ,
CT_OfficeStyleSheet ,
CT_Drawing1 ,
List<Blip>
)
Parameters
- sheet
- The sheet index.
- themes
- The themems.
- drawing
- The drawing objects.
- blips
- The blips.
Return Value
true
if successfully; otherwise, false
.
See Also