public void Dispose()
 {
     this.collection = (ColumnArrangeInfoCollection)null;
 }
 public ColumnArrangeInfoCollectionEnumerator(ColumnArrangeInfoCollection collection)
 {
     this.collection = collection;
     this.position   = -1;
 }