单元格值获取函数是()
A: ReportGetCellValue
B: ReportSetCellValue
C: ReportGetCellString2
D: ReportSetCellString
A: ReportGetCellValue
B: ReportSetCellValue
C: ReportGetCellString2
D: ReportSetCellString
举一反三
- 单元格值获取函数是()。 A: ReportGetCellValue B: ReportSetCellValue C: ReportGetCellString D: ReportSetCellString
- 单元格字符串获取函数是()。 A: ReportGetCellValue B: ReportSetCellValue C: ReportGetCellString D: ReportSetCellString
- 单元格字符串获取函数是()。 A: ReportGetCellValue B: ReportSetCellValue C: ReportGetCellString3 D: ReportSetCellString
- 单元格字符串设置函数为()。 A: ReportSetCellValue B: ReportSetCellString C: ReportSetCellValue2 D: ReportSetCellString2
- 获取“历史报表”的第4行第2列表格的数值,赋值给变量“压力”,正确的函数表达式是()。 A: ReportGetCellValue("历史报表",4, 2)=压力; B: 压力=ReportGetCellValue("历史报表",4, 2); C: 压力=ReportGetCellValue(4, 2,"历史报表"); D: ReportGetCellValue(4, 2,"历史报表")=压力;