Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / SetSecondValue Method


In This Topic
    SetSecondValue Method
    In This Topic
    Sets value for the fist parameter of this adjustment handle.
    Syntax
    'Declaration
     
    
    Public Sub SetSecondValue( _
       ByVal value As Double _
    ) 
    'Usage
     
    
    Dim instance As ShapeAdjustHandle
    Dim value As Double
     
    instance.SetSecondValue(value)
    public void SetSecondValue( 
       double value
    )

    Parameters

    value
    See Also