Cell.InsertText

Cell.InsertText method

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

public void InsertText(int index, string text)
ParameterTypeDescription
indexInt32The index.
textStringInserted text.

See Also