Click or drag to resize

RichTextString Constructor

Initializes a new RichTextString object.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntax
public RichTextString(
	string text,
	RichTextFormat format = null
)

Parameters

text  String
String that needs to be formatted with a specific format.
format  RichTextFormat  (Optional)
Specific format.
Remarks
If the format is not specified, the cell style will be used.
See Also