[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITextRun.InsertBefore

InsertBefore Method

InsertBefore(string)

Inserts a new rich text run before current rich text run.

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

the text of new inserted run.

Returns
Type Description
ITextRun