Share via


TimesheetListDataSet.TimesheetsDataTable.RemoveTimesheetsRow method

Deletes the specified TimesheetsRow from the TimesheetsDataTable.

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

Syntax

'Declaration
Public Sub RemoveTimesheetsRow ( _
    row As TimesheetListDataSet.TimesheetsRow _
)
'Usage
Dim instance As TimesheetListDataSet.TimesheetsDataTable
Dim row As TimesheetListDataSet.TimesheetsRow

instance.RemoveTimesheetsRow(row)
public void RemoveTimesheetsRow(
    TimesheetListDataSet.TimesheetsRow row
)

Parameters

See also

Reference

TimesheetListDataSet.TimesheetsDataTable class

TimesheetListDataSet.TimesheetsDataTable members

WebSvcTimeSheet namespace