Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / TextRun Class / Text Property

In This Topic
    Text Property (TextRun)
    In This Topic
    Gets or sets the text of the text run.
    Syntax
    'Declaration
     
    
    <XmlAttributeAttribute()>
    Public Property Text As String
    [XmlAttribute()]
    public string Text {get; set;}
    See Also