Index¶
one-based¶
Retrieving values into an variant array from the worksheet's cells always returns a
1-based 2-D arrayOption Base 0(default) cannot change this behavior
zero-based¶
Split("x,y,z", ",")'0-based indexApplication.Transposewill return a 1-Dzero-basedarray of a single column or single row.