天软金融分析.NET函数大全 > 文档处理函数 > Excel处理函数 > Excel操作相关的类 > TxlsSheet类 > TxlsSheet方法

ClearRows    

简述
清空从Row1到Row2范围的行的值
定义
ClearRows(Row1: Integer;Row2: Integer)
参数
名称类型说明
Row1 Integer整数,起始行,从0开始
Row2 Integer整数,终止行
返回
    相关