Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText method

FontSettingCollection::InsertText(int32_t, const U16String&) method

Insert index at the position.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const U16String &text)
ParameterTypeDescription
indexint32_tThe start index.
textconst U16String&The text.

See Also

FontSettingCollection::InsertText(int32_t, const char16_t*) method

Insert index at the position.

void Aspose::Cells::Drawing::Texts::FontSettingCollection::InsertText(int32_t index, const char16_t *text)
ParameterTypeDescription
indexint32_tThe start index.
textconst char16_t*The text.

See Also