Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Description

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

C#
vb.net

Parameters

startIndex
The character position at which to begin the character run.
length
The length of the character run.

Returns

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

Examples

C#
vb.net
  • No labels