Column 命令

Column( <Spreadsheet Cell> )

以数字形式返回单元格所在的列(从 1 开始)。

q = Column(B3) 返回 q = 2 因为列 B 是...的第二列 Spreadsheet_View .