Returns a CharacterRun object representing a range of characters within the comment text. Use this to set the font on specified characters within the text.

 public virtual CharacterRun GetCharacters(int startIndex, int length)
Public Overridable Function GetCharacters(ByVal startIndex As Integer, ByVal length As Integer) As CharacterRun

The character position at which to begin the character run.

The length of the character run.

A CharacterRun object representing a range of characters within the cell.