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
vb.net
vb.net
Public Overridable Function ToString() As String
Returns

A string representation of the Cell object.

Example
Code Block
csharp
csharp
titleC#
string cellDescription = cell.ToString();
Code Block
vb.net
vb.net
titlevb.net
Dim cellDescription As String = cell.ToString()
Scrollbar