Share via


ImportTimesheetDataSet.LinesDataTable.RemoveLinesRow method

Deletes the specified row object from the LineDataTable.

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

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

WebSvcStatusing namespace