Table.RemoveMatchingRows
從資料表中移除所有出現的指定資料列。
Syntax
Table.RemoveMatchingRows(
table as table,
rows as list,
optional equationCriteria as any
) as table
Remarks
從資料表中移除所有出現的指定資料列。
table: 要搜尋的資料表。rows: 包含要移除之列相關資訊的清單。equationCriteria: (選用) 指定在比較值時如何判斷相等性。此參數可以是索引鍵選取器函式、比較器函式,或用於比較列的資料表資料欄清單。