📄️ List.Accumulate
リスト内のアイテムから要約値を収集します。
📄️ List.AllTrue
すべての式が true の場合に true を返します。
📄️ List.Alternate
リスト内でオフセットが奇数であるすべての要素によって構成されたリストを返します。
📄️ List.AnyTrue
いずれかの式が true の場合に true を返します。
📄️ List.Average
値の平均を返します。数、日付、日時、日付タイムゾーン、および期間の値に対して有効です。
📄️ List.Buffer
リストをバッファー処理します。
📄️ List.Combine
複数のリストを組み合わせて 1 つのリストを返します。
📄️ List.ConformToPageReader
この関数は、内部での使用のみを想定しています。
📄️ List.Contains
Indicates whether the list contains the value.