IndexOutOfRangeException: Index was outside the bounds of the array.
  at AutoFill.Form1.button3_Click(Object sender, EventArgs e) in E:\2014资料\bian&bubian\AutoFill\Form1.cs:line 2580
看看这行代码是不是有null的数组这类的,或者你的索引值超过数组长度这类的。