FormattedCharacterRange Class
Represents a range of characters within the cell or comment text.
public sealed class FormattedCharacterRange
Public NotInheritable Class FormattedCharacterRange
- Inheritance:
- System.ObjectFormattedCharacterRange
Properties
Font
Gets the font of the characters.
Property Value
The font of the characters.
Length
Gets the number of characters.
Property Value
- System.Int32
The number of characters.
StartIndex
Gets the zero-based starting character position.
Property Value
- System.Int32
The zero-based starting character position.
Text
Gets the text represented by this character range.
Property Value
- System.String
The text represented by this character range.