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 0-based index of the first character in the CharacterRun.

{signature}
{example}{code:csharp|title=C#}
int firstChar = charRun.StartIndex;
{code}
{code:vb.net
|title=vb.net
}
Dim firstChar As Integer = charRun.StartIndex
Signature
C#C#
Wiki Markup
{description}
{excerpt}Returns the 0\-based index of the first character in the [CharacterRun|CharacterRun].{excerpt}
{signature:C#}
 public int StartIndex{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property StartIndex() As Integer
Example
Code Block
csharpcsharp
titleC#
Code Block
vb.nettitle

...

{code}

{example}
{scrollbar}