This document is archived and information here might be outdated. Recommended version. |
The minimum range of the progression.
[Visual Basic .NET]
Public Property MinRange As Integer
[C#]
public int MinRange {get; set;}
[C++]
HRESULT get_MinRange(
long MinRange
);
[C++]
HRESULT put_MinRange(
System.Int32* MinRange
);
[C++] Parameters MinRange [in]
MinRange is a parameter of type long MinRange [out, retval]
MinRange is a parameter of type long*
The minimum value of the step progressor.