Can I initialize array to a range in one step?

i.e dim alphabetArray(26) as string = {"a".."z"}

what would be correct syntax?