Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
row
Type: WebSvcStatusing.ImportTimesheetDataSet.LinesRowContains the row that is to be deleted.
See also
Reference
ImportTimesheetDataSet.LinesDataTable class