Share via


ProjectImpactDataSet.ImpactStatementsDataTable.AddImpactStatementsRow method (ProjectImpactDataSet.ImpactStatementsRow)

Adds an ImpactStatementsRow object to the ImpactStatementsDataTable.

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

Syntax

'Declaration
Public Sub AddImpactStatementsRow ( _
    row As ProjectImpactDataSet.ImpactStatementsRow _
)
'Usage
Dim instance As ProjectImpactDataSet.ImpactStatementsDataTable
Dim row As ProjectImpactDataSet.ImpactStatementsRow

instance.AddImpactStatementsRow(row)
public void AddImpactStatementsRow(
    ProjectImpactDataSet.ImpactStatementsRow row
)

Parameters

See also

Reference

ProjectImpactDataSet.ImpactStatementsDataTable class

ProjectImpactDataSet.ImpactStatementsDataTable members

AddImpactStatementsRow overload

WebSvcProject namespace