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