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.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, to clip the cell content that goes beyond the cell bounds; otherwise, false. |
See Also