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)
Parameter | Type | Description |
---|---|---|
index | Int32 | The index. |
text | String | Inserted text. |
See Also
- class Cell
- namespace Aspose.Cells
- assembly Aspose.Cells