Type | Description |
Return | Description | |||
Variant | A safe array ( two dimensional ), that contains the values/items of the control's list. |
Having the following layout:
The GetItems method gets the following result:
- GetItems() as object[,] {Dimensions:[5, 16]} object[,] [0, 0] "Brazil" object {string} [0, 1] "Canada" object {string} [0, 2] "Finland" object {string} [0, 3] "France" object {string} [0, 4] "France" object {string} [0, 5] "France" object {string} [0, 6] "Germany" object {string} [0, 7] "Germany" object {string} [0, 8] "Germany" object {string} [0, 9] "Ireland" object {string} [0, 10] "Mexico" object {string} [0, 11] "Poland" object {string} [0, 12] "Portugal" object {string} [0, 13] "Switzerland" object {string} [0, 14] "USA" object {string} [0, 15] "USA" object {string} [1, 0] 108.0 object {double} [1, 1] 45.0 object {double} [1, 2] 59.0 object {double} [1, 3] 2.0 object {double} [1, 4] 30.0 object {double} [1, 5] -96.0 object {double} [1, 6] 77.0 object {double} [1, 7] -45.0 object {double} [1, 8] 1.0 object {double} [1, 9] 142.0 object {double} [1, 10] -35.0 object {double} [1, 11] 81.0 object {double} [1, 12] -13.0 object {double} [1, 13] 1.0 object {double} [1, 14] -147.0 object {double} [1, 15] -13.0 object {double} ....