Aspose::Cells::Comment::Characters method

Comment::Characters method

Returns a Characters object that represents a range of characters within the comment text.

FontSetting Aspose::Cells::Comment::Characters(int32_t startIndex, int32_t length)
ParameterTypeDescription
startIndexint32_tThe index of the start of the character.
lengthint32_tThe number of characters.

ReturnValue

Characters object.

Examples

FontSetting fontSetting = comment1.Characters(0, 4);

See Also