C stores array in , with row 0 first, then row 1, and so on.
举一反三
- 假设数据在A1:A10单元格,如果想在B列直接从小到大显示排序结果则可以用这个公式()向下复制即可。(1.0) A: =SMALL($A$1:A$10,ROW(2:2)) B: =SMALL($A$1:$A$10,ROW(1:1)) C: =SMALL($A$1:$A$10,ROW(0:0)) D: =SMALL($A1:$A$10,ROW(1:1))
- 选择填空,创建一个包含两行两列的表格。 row 1, cell 1: <>row 1, cell 2 <> row 2, cell 1 row 2, cell 2
- 在VBA中,将某个单元格的背景填充为绿色,文字颜色改为蓝色,则正确的是 A: Cells(row, col).Interior.Color = RGB(0, 255, 0):Cells(row, col).Font.Color = RGB(0, 0, 255) B: Cells(row, col).Interior.Color = RGB(0, 0, 255):Cells(row, col).Font.Color = RGB(0, 255, 0) C: Cells(row, col).Interior.Color = RGB(255, 255, 255):Cells(row, col).Font.Color = RGB(0, 0, 255) D: Cells(row, col).Interior.Color = RGB(0, 0, 0):Cells(row, col).Font.Color = RGB(0, 0, 255)
- Who is that man,______ in the front row? A: one B: the one C: first D: the first
- What grade is the woman in A: Row one. B: Row two. C: Row four.