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 類別