Share via


TimesheetDataSet.ActionsDataTable.AddActionsRow method (TimesheetDataSet.ActionsRow)

Adds an ActionsRow object to the ActionsDataTable.

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

Syntax

'Declaration
Public Sub AddActionsRow ( _
    row As TimesheetDataSet.ActionsRow _
)
'Usage
Dim instance As TimesheetDataSet.ActionsDataTable
Dim row As TimesheetDataSet.ActionsRow

instance.AddActionsRow(row)
public void AddActionsRow(
    TimesheetDataSet.ActionsRow row
)

Parameters

See also

Reference

TimesheetDataSet.ActionsDataTable class

TimesheetDataSet.ActionsDataTable members

AddActionsRow overload

WebSvcTimeSheet namespace