Example #1
0
 public NetOffice.PowerPointApi.Axis this[NetOffice.PowerPointApi.Enums.XlAxisType type, NetOffice.PowerPointApi.Enums.XlAxisGroup axisGroup]
 {
     get
     {
         return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Axis>(this, "_Default", NetOffice.PowerPointApi.Axis.LateBindingApiWrapperType, type, axisGroup, 1));
     }
 }
Example #2
0
 public NetOffice.PowerPointApi.Axis this[NetOffice.PowerPointApi.Enums.XlAxisType type, NetOffice.PowerPointApi.Enums.XlAxisGroup axisGroup]
 {
     get
     {
         return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.PowerPointApi.Axis>(this, "_Default", typeof(NetOffice.PowerPointApi.Axis), type, axisGroup, 1));
     }
 }
Example #3
0
 public NetOffice.PowerPointApi.Axis this[NetOffice.PowerPointApi.Enums.XlAxisType type, NetOffice.PowerPointApi.Enums.XlAxisGroup axisGroup]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(type, axisGroup);
         object   returnItem  = Invoker.MethodReturn(this, "_Default", paramsArray);
         NetOffice.PowerPointApi.Axis newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.PowerPointApi.Axis.LateBindingApiWrapperType) as NetOffice.PowerPointApi.Axis;
         return(newObject);
     }
 }