Datanitro clear_row函数是否有行限制?

时间:2014-02-28 21:07:43

标签: excel datanitro

我在datanitro shell中调用clear_row()函数,如下所示:

  
    
      
        

clear_row(CellRange( 'A4:A69'))

      
    
  

这样做会产生以下错误:

  
    
      
        

dntypes.NitroExpection:来自HRESULT的异常:0x800A03EC

      
    
  

但是,以下调用可以正常工作:

  
    
      
        

clear_row(CellRange( 'A4:A68'))

      
    
  

这就是这个电话:

  
    
      
        

clear_row(CellRange( 'A40:A100'))

      
    
  

clear_row方法中是否有行限制,如果有,是否可以消除此限制?

0 个答案:

没有答案