【发布时间】:2013-12-16 08:26:53
【问题描述】:
一系列单元格可以作为 Excel 对象从以下行返回:
set the_range_to_measure_size to used range
还有这样一行:
get address of the_range_to_measure_size
-- >result "$A$1:$D$56"
将范围作为文本返回
返回范围对象的“尺寸”的最简单方法是什么,即
- 宽度(以列为单位)
- 高度(行)
- 起始行(整数或字符串)
- 起始列(整数或字符串)
【问题讨论】:
标签: excel applescript range