Share via


ImportTimesheetDataSet.LinesDataTable.AddLinesRow method (ImportTimesheetDataSet.LinesRow)

Adds a LinesRow object to the LineDataTable.

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

Syntax

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

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

Parameters

See also

Reference

ImportTimesheetDataSet.LinesDataTable class

ImportTimesheetDataSet.LinesDataTable members

AddLinesRow overload

WebSvcStatusing namespace