Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

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