Message-ID: <1580076399.9869.1711705557898.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9868_1490312480.1711705557898" ------=_Part_9868_1490312480.1711705557898 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Comment.GetCharacters(Int32, Int32)

Comment.GetCharacters(Int32, Int32)

Descripti= on

=20

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

=20
C#
=20
 public virtual CharacterRun GetCharacters(int startIndex, int length)
=20
=20
vb.net
=20
Public Overridable Function GetCharacters(ByVal startIndex As Integer, ByVa=
l length As Integer) As CharacterRun
=20
=20

Parameters

=20
startIndex
Th= e character position at which to begin the character run.=20
length
The length= of the character run.=20

Returns

A=20 CharacterRun object representing a range of characters within = the cell.
------=_Part_9868_1490312480.1711705557898--