[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRichText.Add

Add Method

Add(string)

向当前富文本对象中添加文本段。

Declaration
ITextRun Add(string text)
Parameters
Type Name Description
string text

要添加的文本段的字符串文本。

Returns
Type Description
ITextRun

成功添加的ITextRun 对象。