Aspose::Cells::HtmlSaveOptions::SetHiddenRowDisplayType method
HtmlSaveOptions::SetHiddenRowDisplayType method
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”.
void Aspose::Cells::HtmlSaveOptions::SetHiddenRowDisplayType(HtmlHiddenRowDisplayType value)
See Also
- Class Vector
- Enum HtmlHiddenRowDisplayType
- Class HtmlSaveOptions
- Namespace Aspose::Cells
- Library Aspose.Cells for C++