Esempio n. 1
0
        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);
        }
Esempio n. 2
0
 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));
 }
Esempio n. 3
0
 public NetOffice.ExcelApi.PivotCache Add(NetOffice.ExcelApi.Enums.XlPivotTableSourceType sourceType)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PivotCache>(this, "Add", NetOffice.ExcelApi.PivotCache.LateBindingApiWrapperType, sourceType));
 }
Esempio n. 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));
 }
Esempio n. 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));
 }