ArrayDimensions.SetBoundsByStrings
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ArrayDimensions.SetBoundsByStrings
Syntax
ArrayDimensions.SetBoundsByStrings( lowerBounds, upperBounds)
Purpose
Sets the upper and lower bounds from strings for a PropertyObject that is an array.
Remarks
The elements in the array retain their values.
Parameters
lowerBounds As String
[In] An array index string that specifies the lowest valid index for each dimension. For example, a two-dimensional array with a lower bound of 0 for the first dimension and 2 for the second dimension has the lower bound string "[0][2]" .
upperBounds As String
[In] An array index string that specifies the highest valid index for each dimension. For example, a two-dimensional array with an upper bound of 2 for the first dimension and 4 for the second dimension has the upper bound string "[2][4]" .
See Also
ArrayDimensions.LowerBoundsString