public NetOffice.ExcelApi.PivotCache Create(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType, object sourceData)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(sourceType, sourceData);
            object   returnItem  = Invoker.MethodReturn(this, "Create", paramsArray);

            NetOffice.ExcelApi.PivotCache newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.PivotCache.LateBindingApiWrapperType) as NetOffice.ExcelApi.PivotCache;
            return(newObject);
        }
 public NetOffice.ExcelApi.PivotCache Create(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType, object sourceData)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotCache>(this, "Create", NetOffice.ExcelApi.PivotCache.LateBindingApiWrapperType, sourceType, sourceData));
 }
 public NetOffice.ExcelApi.PivotCache Add(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotCache>(this, "Add", NetOffice.ExcelApi.PivotCache.LateBindingApiWrapperType, sourceType));
 }
Exemple #4
0
 public virtual NetOffice.ExcelApi.PivotCache Create(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType, object sourceData)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotCache>(this, "Create", typeof(NetOffice.ExcelApi.PivotCache), sourceType, sourceData));
 }
Exemple #5
0
 public virtual NetOffice.ExcelApi.PivotCache Add(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotCache>(this, "Add", typeof(NetOffice.ExcelApi.PivotCache), sourceType));
 }