Remove Cells e move content to Right

Hi,

I'm trying to make a deletion/insertion of a cell.

But i need to perform a action like Excel.

Before add/remove, i need to shift cells to right or left, depends on user's choice. To add/remove columns, i used

this.Model.Data.InsertCols(index, colsToAdd);
this.Model.Data.InsertRows(index, colsToAdd);

E.g. When i delete a cell, i need to move the left content to right.
For example, i have a A1, A2 and A3 cells. If i remove A2 i need to move A3 content to A2 place.

There's a built in method to do this?

Thanks.


1 Reply

BM Bala Murugan A.S Syncfusion Team April 17, 2012 08:42 AM UTC

Hi Fabio,

Thanks for the update.

Before we start analyzing on your query we would like know the following information from you.

1)Product Information(Control info)
2).Net Framework
3)Syncfusion Version

The information provided would be great help for us to resolve your query as early as possible.

Please let us know if you have any concerns.

Regards,
Bala Murugan A.S



Loader.
Up arrow icon