Search
HtmlExporter.RootFolder Property
See Also
 






Gets or sets the folder of the target HTML.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public string RootFolder { get; set; }

Visual Basic  Copy Code

Public Property RootFolder As String

 Property Value

A string value.

 Remarks

If images are not embedded and ImageFolder is a relative path, this parameter is used as a root. If this property is null (Nothing in Visual Basic) or an empty string, the directory of the exported HTML file is used as a root folder.

 See Also