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

...

Description

Excerpt

Returns a string representation of the Cell object.

Signature
C#
C#
 public virtual System.String ToString()
{signature}{signature:
}
Signature
vb.net
vb.net
Public Overridable Function ToString() As String
{signature}
{returns}A string representation of the {{Cell}} object.{returns}
{example}{code:csharp|title=C#}
Returns

A string representation of the Cell object.

Example
Code Block
csharp
csharp
titleC#

string cellDescription = cell.ToString();
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim cellDescription As String = cell.ToString()
{code} {example} {scrollbar}
Scrollbar