Как установить формат диапазона в JXA, как в следующем яблочном сценарии?
tell application "Numbers"
activate
tell document 1
tell active sheet
tell table 1
set the format of range "A2:B2" to currency
end tell
end tell
end tell
end tell
Я не могу найти документацию, связанную с перечислением в JXA.