Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / XLTextShape Class / Text Property

In This Topic
    Text Property (XLTextShape)
    In This Topic
    Gets or sets a reference to the text string contained in this XLTextShape.
    Syntax
    'Declaration
     
    
    Public Property Text As String
    public string Text {get; set;}
    See Also