Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / Cell Class / TextRuns Property

In This Topic
    TextRuns Property
    In This Topic
    Gets the text runs represent the rich text of cell.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextRuns As List(Of TextRun)
    public List<TextRun> TextRuns {get;}
    See Also