ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLTextRange Class / Text Property

In This Topic
    Text Property (XLTextRange)
    In This Topic
    Gets or sets text string.
    Syntax
    'Declaration
     
    Public Property Text As System.String
    public System.string Text {get; set;}
    See Also