Aspose::Cells::Cell::InsertText method

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

Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting.

void Aspose::Cells::Cell::InsertText(int32_t index, const U16String &text)
ParameterTypeDescription
indexint32_tThe index.
textconst U16String&Inserted text.

See Also

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

Insert some characters to the cell. If the cell is rich formatted, this method could keep the original formatting.

void Aspose::Cells::Cell::InsertText(int32_t index, const char16_t *text)
ParameterTypeDescription
indexint32_tThe index.
textconst char16_t*Inserted text.

See Also