ImportTimesheetDataSet.LinesDataTable.RemoveLinesRow 方法
从LineDataTable中删除指定的行的对象。
命名空间: WebSvcStatusing
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
Public Sub RemoveLinesRow ( _
row As ImportTimesheetDataSet.LinesRow _
)
用法
Dim instance As ImportTimesheetDataSet.LinesDataTable
Dim row As ImportTimesheetDataSet.LinesRow
instance.RemoveLinesRow(row)
public void RemoveLinesRow(
ImportTimesheetDataSet.LinesRow row
)
参数
row
类型:WebSvcStatusing.ImportTimesheetDataSet.LinesRow包含要删除的行。
另请参阅
引用
ImportTimesheetDataSet.LinesDataTable 类