Returns a string representation of the Cell object.

 public virtual System.String ToString()
Public Overridable Function ToString() As String

A string representation of the Cell object.

string cellDescription = cell.ToString();
Dim cellDescription As String = cell.ToString()