Exemple #1
0
        public NetOffice.ExcelApi.PublishObject Add(NetOffice.ExcelApi.Enums.XlSourceType sourceType, string filename, object sheet, object source, object htmlType, object divID)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(sourceType, filename, sheet, source, htmlType, divID);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.ExcelApi.PublishObject newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ExcelApi.PublishObject.LateBindingApiWrapperType) as NetOffice.ExcelApi.PublishObject;
            return(newObject);
        }
 public NetOffice.ExcelApi.PublishObject Add(NetOffice.ExcelApi.Enums.XlSourceType sourceType, string filename, object sheet, object source, object htmlType, object divID)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PublishObject>(this, "Add", NetOffice.ExcelApi.PublishObject.LateBindingApiWrapperType, new object[] { sourceType, filename, sheet, source, htmlType, divID }));
 }
 public NetOffice.ExcelApi.PublishObject Add(NetOffice.ExcelApi.Enums.XlSourceType sourceType, string filename)
 {
     return(Factory.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PublishObject>(this, "Add", NetOffice.ExcelApi.PublishObject.LateBindingApiWrapperType, sourceType, filename));
 }
Exemple #4
0
 public virtual NetOffice.ExcelApi.PublishObject Add(NetOffice.ExcelApi.Enums.XlSourceType sourceType, string filename, object sheet, object source, object htmlType, object divID)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PublishObject>(this, "Add", typeof(NetOffice.ExcelApi.PublishObject), new object[] { sourceType, filename, sheet, source, htmlType, divID }));
 }
Exemple #5
0
 public virtual NetOffice.ExcelApi.PublishObject Add(NetOffice.ExcelApi.Enums.XlSourceType sourceType, string filename)
 {
     return(InvokerService.InvokeInternal.ExecuteKnownReferenceMethodGet <NetOffice.ExcelApi.PublishObject>(this, "Add", typeof(NetOffice.ExcelApi.PublishObject), sourceType, filename));
 }