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 the length - in characters - of the CharacterRun.

{signature}
{example}{code:csharp|title=C#}
int numChars = oCharacterRun.Length;
{code}
{code:vb.net
|title=vb.net
}
Dim numChars As Integer = oCharacterRun.Length
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the length \- in characters \- of the [CharacterRun|CharacterRun].{excerpt}
{signature:C#}
 public int Length{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property Length() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}