ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.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 System.String
    public System.string Text {get; set;}
    See Also