HtmlSaveOptionsHiddenRowDisplayType Property |
Hidden row(the height of this row is 0) in excel,before save this into html format,
if HtmlHiddenRowDisplayType is "Remove",the hidden row would not been output,
if the value is "Hidden", the row would been output,but was hidden,the default value is "Hidden"
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic HtmlHiddenRowDisplayType HiddenRowDisplayType { get; set; }
Public Property HiddenRowDisplayType As HtmlHiddenRowDisplayType
Get
Set
public:
property HtmlHiddenRowDisplayType HiddenRowDisplayType {
HtmlHiddenRowDisplayType get ();
void set (HtmlHiddenRowDisplayType value);
}
member HiddenRowDisplayType : HtmlHiddenRowDisplayType with get, set
Property Value
Type:
HtmlHiddenRowDisplayType
See Also