AppleScript: Numbersでソートする

AppleScript を使用して、 Numbers のテーブルをソートする方法:

tell application "Numbers"
        tell table 1 of sheet 1 of document 1
                -- ソート
                sort by column 1
        end tell -- Table od Sheet of Document
end tell -- Numbers

確認バージョン

  • AppleScript エディタ バージョン 2.3 (118)
  • AppleScript 2.1.2
  • Numbers ’09 バージョン 2.0.5 (368)
  • Mac OS X バージョン 10.6.7
カテゴリー: AppleScript タグ: , パーマリンク

コメントは停止中です。