Share via


PlannerSolutionDataSet.SolutionEfficientFrontierDataTable.RemoveSolutionEfficientFrontierRow method

Deletes the specified row object from the SolutionEfficientFrontierDataTable.

Namespace:  WebSvcPortfolioAnalyses
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Sub RemoveSolutionEfficientFrontierRow ( _
    row As PlannerSolutionDataSet.SolutionEfficientFrontierRow _
)
'Usage
Dim instance As PlannerSolutionDataSet.SolutionEfficientFrontierDataTable
Dim row As PlannerSolutionDataSet.SolutionEfficientFrontierRow

instance.RemoveSolutionEfficientFrontierRow(row)
public void RemoveSolutionEfficientFrontierRow(
    PlannerSolutionDataSet.SolutionEfficientFrontierRow row
)

Parameters

See also

Reference

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable class

PlannerSolutionDataSet.SolutionEfficientFrontierDataTable members

WebSvcPortfolioAnalyses namespace