IShapes.AddFormControl(XlFormControl, Int32, Int32, Int32, Int32) 方法

定义

public:
 Microsoft::Office::Interop::Excel::Shape ^ AddFormControl(Microsoft::Office::Interop::Excel::XlFormControl Type, int Left, int Top, int Width, int Height);
public Microsoft.Office.Interop.Excel.Shape AddFormControl (Microsoft.Office.Interop.Excel.XlFormControl Type, int Left, int Top, int Width, int Height);
Public Function AddFormControl (Type As XlFormControl, Left As Integer, Top As Integer, Width As Integer, Height As Integer) As Shape

参数

Left
Int32
Top
Int32
Width
Int32
Height
Int32

返回

适用于