Text

WorksheetCell.Text property

Gets the worksheet cell text value.

public string Text { get; }

Property Value

A string that represents a text value of the cell; null if cell doesn’t contain a text value.

See Also