Share via


CalendarDataSet.CalendarExceptionsDataTable.RemoveCalendarExceptionsRow method

Deletes the specified row from the CalendarDataSet.CalendarExceptionsDataTable.

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

Syntax

'Declaration
Public Sub RemoveCalendarExceptionsRow ( _
    row As CalendarDataSet.CalendarExceptionsRow _
)
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsDataTable
Dim row As CalendarDataSet.CalendarExceptionsRow

instance.RemoveCalendarExceptionsRow(row)
public void RemoveCalendarExceptionsRow(
    CalendarDataSet.CalendarExceptionsRow row
)

Parameters

See also

Reference

CalendarDataSet.CalendarExceptionsDataTable class

CalendarDataSet.CalendarExceptionsDataTable members

WebSvcCalendar namespace