ArrayDimensions.SetBounds
- Aktualisiert2025-07-21
- 1 Minute(n) Lesezeit
ArrayDimensions.SetBounds
Syntax
ArrayDimensions.SetBounds( lowerBounds, upperBounds)
Purpose
Sets the upper and lower bounds from number arrays for a PropertyObject that is an array.
Remarks
The elements in the array retain their values.
Parameters
lowerBounds As Long Array
[In] An array of numbers that specifies the lowest valid index for each dimension.
upperBounds As Long Array
[In] An array of numbers that specifies the highest valid index for each dimension.
See Also
ArrayDimensions.GetDimensionsSizes
ArrayDimensions.GetLowerBounds
ArrayDimensions.GetUpperBounds