HtmlSaveOptionsDisableDownlevelRevealedComments Property |
Indicates if disable Downlevel-revealed conditional comments when exporting file to html, the default value is false.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic bool DisableDownlevelRevealedComments { get; set; }
Public Property DisableDownlevelRevealedComments As Boolean
Get
Set
public:
property bool DisableDownlevelRevealedComments {
bool get ();
void set (bool value);
}
member DisableDownlevelRevealedComments : bool with get, set
Property Value
Type:
Boolean
See Also