Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

Returns a string representation of the Cell object.

Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns a string representation of the [Cell|Cell] object.{excerpt}
{signature:C#}
 public virtual System.String ToString()
Signature
{signature}{signature:vb.net
vb.net
}
Public Overridable Function ToString() As String
Returns

A string representation of the Cell object.

{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()
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}