public void PresetDrop(NetOffice.OfficeApi.Enums.MsoCalloutDropType dropType)
 {
     Factory.ExecuteMethod(this, "PresetDrop", dropType);
 }
Ejemplo n.º 2
0
 public void PresetDrop(NetOffice.OfficeApi.Enums.MsoCalloutDropType dropType)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(dropType);
     Invoker.Method(this, "PresetDrop", paramsArray);
 }
Ejemplo n.º 3
0
 public virtual void PresetDrop(NetOffice.OfficeApi.Enums.MsoCalloutDropType dropType)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "PresetDrop", dropType);
 }