Table.RemoveRows
指定された数の行を削除します。
Syntax
Table.RemoveRows(
table as table,
offset as number,
optional count as number
) as table
指定された数の行を削除します。
Table.RemoveRows(
table as table,
offset as number,
optional count as number
) as table