ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Sheet 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 System.Collections.Generic.List(Of TextRun)
    'Usage
     
    
    Dim instance As Cell
    Dim value As System.Collections.Generic.List(Of TextRun)
     
    value = instance.TextRuns
    public System.Collections.Generic.List<TextRun> TextRuns {get;}
    public read-only property TextRuns: System.Collections.Generic.List; 
    public function get TextRuns : System.Collections.Generic.List
    public: __property System.Collections.Generic.List<TextRun*>* get_TextRuns();
    public:
    property System.Collections.Generic.List<TextRun^>^ TextRuns {
       System.Collections.Generic.List<TextRun^>^ get();
    }
    See Also