RichTextString Constructor |
Namespace: SautinSoft.ExcelAssembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.6.5
Syntaxpublic RichTextString(
string text,
RichTextFormat format = null
)
Public Sub New (
text As String,
Optional format As RichTextFormat = Nothing
)
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