Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace
/
IRichText Interface
/ Add Method
the string text of the text run to be added.
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
Add Method (IRichText)
In This Topic
Adds a text run into current rich text object.
Syntax
C#
ITextRun
Add( System.
string
text
)
Parameters
text
the string text of the text run to be added.
Return Value
the
ITextRun
object that has been successfully added.
See Also
Reference
IRichText Interface
IRichText Members