ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLCell Class / Text Property

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