Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / GoalSeekCommand Class / GoalSeekCommand Constructor


In This Topic
    GoalSeekCommand Constructor
    In This Topic
    Initializes a new instance of the GoalSeekCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal setWorksheet As IWorksheet, _
       ByVal setRow As Integer, _
       ByVal setColumn As Integer, _
       ByVal goal As Double, _
       ByVal changingWorksheet As IWorksheet, _
       ByVal changingRow As Integer, _
       ByVal changingColumn As Integer _
    )
    'Usage
     
    
    Dim setWorksheet As IWorksheet
    Dim setRow As Integer
    Dim setColumn As Integer
    Dim goal As Double
    Dim changingWorksheet As IWorksheet
    Dim changingRow As Integer
    Dim changingColumn As Integer
     
    Dim instance As New GoalSeekCommand(setWorksheet, setRow, setColumn, goal, changingWorksheet, changingRow, changingColumn)

    Parameters

    setWorksheet
    setRow
    setColumn
    goal
    changingWorksheet
    changingRow
    changingColumn
    See Also