[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITextRun

ITextRun Interface

Represents a range of characters in a IRichText object.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public interface ITextRun
Public Interface ITextRun

Properties

Name Description
Font

Gets the font settings of current rich text run.

Text

Gets or sets the text of current rich text run.

Methods

Name Description
Delete()

Deletes this rich text run from its parent IRichText object.

InsertAfter(string)

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

InsertBefore(string)

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