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