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); } }
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)); } }
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)); } }