Search Results for

    Show / Hide Table of Contents

    Class HtmlExportOptions

    Options for exporting workbook to HTML format.

    Inheritance
    System.Object
    HtmlExportOptions
    Namespace: IronXL.Options
    Assembly: IronXL.dll
    Syntax
    public class HtmlExportOptions : Object

    Constructors

    HtmlExportOptions()

    Declaration
    public HtmlExportOptions()

    Properties

    OutputColumnHeaders

    Property that indicates whether to show column header in result file.

    Declaration
    public bool OutputColumnHeaders { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputHiddenColumns

    Property that indicates whether to show hidden columns in result file.

    Declaration
    public bool OutputHiddenColumns { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputHiddenRows

    Property that indicates whether to show hidden rows in result file.

    Declaration
    public bool OutputHiddenRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputLeadingSpacesAsNonBreaking

    Property that indicates whether to show leading spaces as non-breaking in result file.

    Declaration
    public bool OutputLeadingSpacesAsNonBreaking { get; set; }
    Property Value
    Type Description
    System.Boolean

    OutputRowNumbers

    Property that indicates whether to show row numbers in result file.

    Declaration
    public bool OutputRowNumbers { get; set; }
    Property Value
    Type Description
    System.Boolean
    ☀
    ☾
    In This Article
    Back to top
    Install with Nuget