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