更新 : 2007 年 11 月
この API は、Visual Studio Tools for Office インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間 : Microsoft.Office.Tools.Excel.Contract
アセンブリ : Microsoft.VisualStudio.Tools.Office.Contract.v9.0 (Microsoft.VisualStudio.Tools.Office.Contract.v9.0.dll 内)
構文
'宣言
Function CreateWrapper ( _
left As Double, _
top As Double, _
width As Double, _
height As Double, _
name As String, _
anchor As Boolean, _
<OutAttribute> ByRef wrapper As IntPtr _
) As String
'使用
Dim instance As IWorksheetControlCollectionContract
Dim left As Double
Dim top As Double
Dim width As Double
Dim height As Double
Dim name As String
Dim anchor As Boolean
Dim wrapper As IntPtr
Dim returnValue As String
returnValue = instance.CreateWrapper(left, _
top, width, height, name, anchor, wrapper)
string CreateWrapper(
double left,
double top,
double width,
double height,
string name,
bool anchor,
out IntPtr wrapper
)
パラメータ
- left
型 : System.Double
- top
型 : System.Double
- width
型 : System.Double
- height
型 : System.Double
- name
型 : System.String
- anchor
型 : System.Boolean
- wrapper
型 : System.IntPtr%
戻り値
型 : System.String
アクセス許可
- 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
参照
IWorksheetControlCollectionContract インターフェイス