示例#1
0
 public virtual Int32 WorkbookAfterXmlExport(NetOffice.ExcelApi.Workbook wb, NetOffice.ExcelApi.XmlMap map, string url, NetOffice.ExcelApi.Enums.XlXmlExportResult result)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "WorkbookAfterXmlExport", wb, map, url, result));
 }
示例#2
0
 public virtual Int32 WorkbookBeforeXmlImport(NetOffice.ExcelApi.Workbook wb, NetOffice.ExcelApi.XmlMap map, string url, bool isRefresh, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "WorkbookBeforeXmlImport", new object[] { wb, map, url, isRefresh, cancel }));
 }
示例#3
0
 public virtual Int32 WorkbookBeforeXmlExport(NetOffice.ExcelApi.Workbook wb, NetOffice.ExcelApi.XmlMap map, string url, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "WorkbookBeforeXmlExport", wb, map, url, cancel));
 }
示例#4
0
 public virtual Int32 AfterXmlImport(NetOffice.ExcelApi.XmlMap map, bool isRefresh, NetOffice.ExcelApi.Enums.XlXmlImportResult result)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "AfterXmlImport", map, isRefresh, result));
 }
示例#5
0
 public virtual Int32 BeforeXmlImport(NetOffice.ExcelApi.XmlMap map, string url, bool isRefresh, bool cancel)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "BeforeXmlImport", map, url, isRefresh, cancel));
 }
示例#6
0
 public virtual void SetValue(NetOffice.ExcelApi.XmlMap map, string xPath, object selectionNamespace)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetValue", map, xPath, selectionNamespace);
 }
示例#7
0
 public virtual void SetValue(NetOffice.ExcelApi.XmlMap map, string xPath)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "SetValue", map, xPath);
 }
示例#8
0
 public virtual Int32 SetValue(NetOffice.ExcelApi.XmlMap map, string xPath, object selectionNamespace)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SetValue", map, xPath, selectionNamespace));
 }