{description}
{excerpt}Returns a string representation of the [Cell|Cell] object.{excerpt}
{signature:C#}
 public virtual System.String ToString()
{signature}{signature:vb.net}
Public Overridable Function ToString() As String
{signature}
{returns}A string representation of the {{Cell}} object.{returns}
{example}{code:csharp|title=C#}
string cellDescription = cell.ToString();{code}
{code:vb.net|title=vb.net}
Dim cellDescription As String = cell.ToString(){code}

{example}
{scrollbar}