IsRichText Property

Office Open XML

If the value is in richtext format.

Namespace:  OfficeOpenXml
Assembly:  EPPlus (in EPPlus.dll) Version: 3.0.0.1 (3.0.0.1)

Syntax

C#
public bool IsRichText { get; set; }
Visual Basic (Declaration)
Public Property IsRichText As Boolean
Visual C++
public:
property bool IsRichText {
	bool get ();
	void set (bool value);
}

See Also