'Declaration
Function ExcelSetShapes( _
ByVal As Short, _
ByVal As CT_OfficeStyleSheet, _
ByVal As CT_Drawing1, _
ByVal As List(Of Blip) _
) As Boolean
bool ExcelSetShapes(
short ,
CT_OfficeStyleSheet ,
CT_Drawing1 ,
List<Blip>
)
パラメータ
- sheet
- シートインデックス。
- themes
- テーマ。
- drawing
- 描画オブジェクト。
- blips
- Blip。
戻り値の型
成功した場合はtrue
、それ以外の場合はfalse
。