void Redim( SAFEARRAYBOUND* psaboundNew );
Parameters
psaboundNew
Pointer to a new safe array bound structure containing the new array bound. Only the least significant dimension of an array may be changed.
Remarks
Call this function to change the least significant (rightmost) bound of a safe array. On error, the function throws a COleException.
COleSafeArray Overview | Class Members | Hierarchy Chart
See Also COleSafeArray::Create, COleSafeArray::GetDim, COleSafeArray::ResizeOneDim, SafeArrayRedim