ComponentOne Web API Edition
TextRuns Property

C1.Web.Api.Excel Namespace > Cell Class : TextRuns Property
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

Reference

Cell Class
Cell Members