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