Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HtmlDocumentExporterOptions.ClipCellContent Property

Gets or sets a value indicating whether to clip the cell content that overflows the cell bounds.

Namespace: DevExpress.XtraSpreadsheet.Export

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

[DefaultValue(false)]
public bool ClipCellContent { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to clip the cell content that goes beyond the cell bounds; otherwise, false.

See Also