Ejemplo n.º 1
0
 public virtual NetOffice.ExcelApi.Shape AddFormControl(NetOffice.ExcelApi.Enums.XlFormControl type, Int32 left, Int32 top, Int32 width, Int32 height)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.Shape>(this, "AddFormControl", typeof(NetOffice.ExcelApi.Shape), new object[] { type, left, top, width, height }));
 }
Ejemplo n.º 2
0
 public NetOffice.ExcelApi.Shape AddFormControl(NetOffice.ExcelApi.Enums.XlFormControl type, Int32 left, Int32 top, Int32 width, Int32 height)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.Shape>(this, "AddFormControl", NetOffice.ExcelApi.Shape.LateBindingApiWrapperType, new object[] { type, left, top, width, height }));
 }