Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{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}