Description
Namespace:
DuoDimension.Databeam
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.0.0.0
CopyC#
CopyVB.NET
True if hyperlinks and paths to all supporting files are automatically updated before you convert the XLS into a Web page, ensuring that the links are up-to-date at the time the XLS is saved. False if the links are not updated. The default value is True.
Assembly: Databeam.Excel (in Databeam.Excel.dll)
Version: 2.0.0.0
Syntax
Examples

DuoDimension.Databeam.Excel convert = new DuoDimension.Databeam.Excel("*******"); if (convert.IsExcelInstalled == true) { convert.CreateFilesFolder = false; convert.UpdateLinksOnSave = true; convert.OpenXlsx(xlsxfile); ... }

Dim convert As New DuoDimension.Databeam.Excel("*******") If convert.IsExcelInstalled = True Then convert.CreateFilesFolder = False convert.UpdateLinksOnSave = True convert.OpenXlsx(xlsxfile) ... End If
See Also
Excel Class
DuoDimension.Databeam Namespace