Back to Devexpress

RtfCellContentExportOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-dot-export-f9dff263.md

latest1.4 KB
Original Source

RtfCellContentExportOptions Class

Contains options for cell content export to RTF.

Namespace : DevExpress.XtraSpreadsheet.Export

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class RtfCellContentExportOptions
vb
Public Class RtfCellContentExportOptions

Remarks

Use the GetRtfContent(RtfCellContentExportOptions) method to export cell content to RTF with the specified export options and obtain the result as a string.

Inheritance

Object RtfCellContentExportOptions

See Also

RtfCellContentExportOptions Members

Export Cell Content from Spreadsheet Documents

DevExpress.XtraSpreadsheet.Export Namespace