ComponentOne ASP.NET MVC Controls
TextRuns Property

C1.Web.Mvc.Sheet 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