[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.ShapeAdjustHandle.GetSecondRange

GetSecondRange Method

GetSecondRange(out double, out double)

Get the limited range of the second argument.

Declaration
public void GetSecondRange(out double minimum, out double maximum)
Public Sub GetSecondRange(ByRef minimum As Double, ByRef maximum As Double)
Parameters
Type Name Description
double minimum

The minimum value.

double maximum

The maximum value.