[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRichText.Add

Add Method

Add(string)

Adds a text run into current rich text object.

Declaration
ITextRun Add(string text)
Function Add(text As String) As ITextRun
Parameters
Type Name Description
string text

the string text of the text run to be added.

Returns
Type Description
ITextRun

the ITextRun object that has been successfully added.