Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeAdjustHandle Class / SetFirstValue Method


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

    Parameters

    value
    See Also