BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridControl1.CurrentCell.Lock();
int intRow = this.gridControl1.CurrentCell.RowIndex;
this.gridControl1.Cols.InsertRange(6, 1);
this.gridControl1.CurrentCell.Unlock();
this.gridControl1.Refresh();