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)); }
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 })); }
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)); }
public virtual Int32 AfterXmlImport(NetOffice.ExcelApi.XmlMap map, bool isRefresh, NetOffice.ExcelApi.Enums.XlXmlImportResult result) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "AfterXmlImport", map, isRefresh, result)); }
public virtual Int32 BeforeXmlImport(NetOffice.ExcelApi.XmlMap map, string url, bool isRefresh, bool cancel) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "BeforeXmlImport", map, url, isRefresh, cancel)); }
public virtual void SetValue(NetOffice.ExcelApi.XmlMap map, string xPath, object selectionNamespace) { InvokerService.InvokeInternal.ExecuteMethod(this, "SetValue", map, xPath, selectionNamespace); }
public virtual void SetValue(NetOffice.ExcelApi.XmlMap map, string xPath) { InvokerService.InvokeInternal.ExecuteMethod(this, "SetValue", map, xPath); }
public virtual Int32 SetValue(NetOffice.ExcelApi.XmlMap map, string xPath, object selectionNamespace) { return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "SetValue", map, xPath, selectionNamespace)); }