Share via


ImportTimesheetDataSet.LinesDataTable.RemoveLinesRow Method

Deletes the specified row object from the LineDataTable.

Namespace:  [Statusing Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Statusing.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Statusing.asmx?wsdl

Syntax

'Declaration
Public Sub RemoveLinesRow ( _
    row As ImportTimesheetDataSet.LinesRow _
)
'Usage
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim row As ImportTimesheetDataSet.LinesRow

instance.RemoveLinesRow(row)
public void RemoveLinesRow(
    ImportTimesheetDataSet.LinesRow row
)

Parameters

See Also

Reference

ImportTimesheetDataSet.LinesDataTable Class

ImportTimesheetDataSet.LinesDataTable Members

Statusing Web Service