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

In This Topic
    Text Property (XLCell)
    In This Topic
    Gets the simple text representation of the current cell value.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    public string Text {get;}
    See Also