GetHiddenColDisplayType Method
GetHiddenColDisplayType function
Hidden column(the width of this column is 0) in excel,before save this into html format,if HtmlHiddenColDisplayType is “Remove”,the hidden column would not been output,if the value is “Hidden”, the column would been output,but was hidden,the default value is “Hidden”
func (instance *EbookSaveOptions) GetHiddenColDisplayType() (HtmlHiddenColDisplayType, error)
Remarks
See Also
- Class EbookSaveOptions
- Namespace Aspose.Cells.Saving
- Library Aspose.Cells for Go