Class HtmlSaveOptions
Inheritance
System.Object
HtmlSaveOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class HtmlSaveOptions
Constructors
HtmlSaveOptions()
Initializes a new instance of the
Declaration
public HtmlSaveOptions()
Fields
Default
object
Declaration
public static HtmlSaveOptions Default
Field Value
Type |
---|
HtmlSaveOptions |
Properties
ImagePath
Gets or sets the image path.
Declaration
public string ImagePath { get; set; }
Property Value
Type | Description |
---|---|
System.String | The image path. |
TextMode
Gets or sets the input text mode
Declaration
public HtmlSaveOptions.GetText TextMode { get; set; }
Property Value
Type |
---|
HtmlSaveOptions.GetText |
Remarks
Useful to convert sheet data based on either DisplayText or Value