Esempio n. 1
0
 public virtual void Insert(int index, AbstractCellData item)
 {
     CellDataList.Insert(index, item);
 }