Aspose::Cells::Comment::FormatCharacters method

Comment::FormatCharacters method

Format some characters with the font setting.

void Aspose::Cells::Comment::FormatCharacters(int32_t startIndex, int32_t length, const Aspose::Cells::Font &font, const StyleFlag &flag)
ParameterTypeDescription
startIndexint32_tThe start index.
lengthint32_tThe length.
fontconst Aspose::Cells::Font&The font setting.
flagconst StyleFlag&The flag of the font setting.

See Also