Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / HtmlSaveOptions Class
Properties

In This Topic
    HtmlSaveOptions Class Members
    In This Topic

    The following tables list the members exposed by HtmlSaveOptions.

    Public Constructors
     NameDescription
    Public Constructor Creates options for saving html file.  
    Top
    Public Properties
     NameDescription
    Public Property Indicates whether adding tooltip text when the data can't be fully displayed. The default value is false.  
    Public Property Specify the Url prefix of attached files such as image in the html file.  
    Public Property Gets and sets the prefix of the css name, the default value is null.  
    Public Property If not set, use Encoding.UTF8 as default enconding type.  
    Public Property Indicates which area would be exported to html. This is used for exporting specific area of worksheet. Only take effect when HtmlSaveOptions.ExportSheetName is not null.  
    Public Property Indicating whether exporting the worksheet style to css separately. The default value is true. When this property is set to false. Css style data is exported directly to each worksheet and separate stylesheet.css file are not created.  
    Public Property Indicating whether exporting document properties. The default value is true.  
    Public Property Indicates the name of the html file. Only for saving to html stream, and the default value is "workbook".  
    Public Property Indicating whether exporting the gridlines. The default value is false.  
    Public Property Indicates whether exporting headings when saving file to html. The default value is false.  
    Public Property Indicating if exporting the hidden worksheet. The default value is false.  
    Public Property Specifies whether images are saved in Base64 format to html. The default value is false. When this property is set to true image data is exported directly on the img elements and separate files are not created.  
    Public Property Indicates which worksheet would be exported to html. This is used for exporting specific worksheet of workbook.  
    Public Property Indicates whether exporting the single tab when the file only has one worksheet or ExportSheetName is set. The default value is false.  
    Public Property Represents the format in which the workbook is saved. (Inherited from GrapeCity.Documents.Excel.SaveOptionsBase)
    Public Property Indicates if exporting comments when saving file to html. The default value is false.  
    Public Property Indicating whether using full path link in html. Only for exporting to html file. The default value is false.  
    Public Property Indicates whether using scalable unit to describe the column width when exporting file to html. The default value is false.  
    Public PropertyIndicating the type of target attribute in <a> link. The default value is HyperLinkTargetType.Blank.  
    Public Property The title of the html page.  
    Public Property Gets and sets the prefix of the type css name such as tr, td and so on, they are contained in the table element which has the specific TableCssId attribute. The default value is null.  
    Top
    See Also