Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / GetSecondRange Method
The minimum value.
The maximum value.


In This Topic
    GetSecondRange Method
    In This Topic
    Get the limited range of the second argument.
    Syntax
    'Declaration
     
    
    Public Sub GetSecondRange( _
       ByRef minimum As Double, _
       ByRef maximum As Double _
    ) 
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim minimum As Double
    Dim maximum As Double
     
    instance.GetSecondRange(minimum, maximum)
    public void GetSecondRange( 
       out double minimum,
       out double maximum
    )

    Parameters

    minimum
    The minimum value.
    maximum
    The maximum value.
    See Also