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

InsertRows    

简述
从第Row1行开始,插入RowCount个空行
定义
InsertRows(Row1: Integer;RowCount: Integer)
参数
名称类型说明
Row1 Integer整数,起始行,从0开始
RowCount Integer整数,行数
返回
    相关