Description
Returns or sets the text string of the first content in the cell.
Note: Use the Contents property to access all content assigned to the cell.
C#
public string TextString;
Visual Basic
Public Property TextString() As string
Returns
String that contains the current text assigned the first content in the cell.
Conditions
Read/Write