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

Value    

简述
获取指定单元格的值
定义
Value(Col:Integer;Row:Integer): Variant;
参数
名称类型说明
ColInteger整数,列的位置,从0开始。
RowInteger 整数,行的位置,从0开始。
返回 Variant 任意值。
    相关
    FAQ/知识库链接