
索引超出范围。必须为非负值并小于集合大小。 参数名: index 255
[ArgumentOutOfRangeException:索引超出范围。必须为非负值并小于集合大小。参数名:index]System.Collections.ArrayL...
[ArgumentOutOfRangeException: 索引超出范围。必须为非负值并小于集合大小。
参数名: index]
System.Collections.ArrayList.get_Item(Int32 index) +7492056
ESWeb10.ESCalculator.calFormatConditions_calformula(XmlElement oFmNode, Int32 iRcBaseType, Int32 r, Int32 c) +476
ESWeb10.ESCalculator.calFormatConditions(XmlElement oFcsNode, Hashtable& arrResult, Int32 thisR, Int32 thisC) +3119
ESWeb10.BaseBook.calFormatConditions_All() +168
ESWeb10.BaseBook.MakeArrv_PreRender() +22
ESWeb10.Main1.Page_PreRender(Object sender, EventArgs e) +667
System.Web.UI.Control.OnPreRender(EventArgs e) +8775222
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
在这个里面什么地方改,新手,请谅解,谢谢! 展开
参数名: index]
System.Collections.ArrayList.get_Item(Int32 index) +7492056
ESWeb10.ESCalculator.calFormatConditions_calformula(XmlElement oFmNode, Int32 iRcBaseType, Int32 r, Int32 c) +476
ESWeb10.ESCalculator.calFormatConditions(XmlElement oFcsNode, Hashtable& arrResult, Int32 thisR, Int32 thisC) +3119
ESWeb10.BaseBook.calFormatConditions_All() +168
ESWeb10.BaseBook.MakeArrv_PreRender() +22
ESWeb10.Main1.Page_PreRender(Object sender, EventArgs e) +667
System.Web.UI.Control.OnPreRender(EventArgs e) +8775222
System.Web.UI.Control.PreRenderRecursiveInternal() +80
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +842
在这个里面什么地方改,新手,请谅解,谢谢! 展开
2个回答
2016-06-25
展开全部
问题已经很明确的告诉你:是索引超出范围。所以你检查你取值的时候索引范围是否已经大于集合的总大小。索引从0开始,所以最大的索引是集合大小减去1,否则就会出现以上问题。
追问
问题是我怎么去改,要改哪些。谢谢!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询