HtmlSaveOptions.ShowAllSheets

HtmlSaveOptions.ShowAllSheets property

Indicates whether showing all sheets when saving as a single html file.

public bool ShowAllSheets { get; set; }

Remarks

Only works when SaveAsSingleFile is True.

See Also