Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
These functions are used by other library functions that merge values. For example, Table.ToList and Table.CombineColumns apply a combiner function to each row in a table to produce a single value for each row.
| Name | Description |
|---|---|
| Combiner.CombineTextByDelimiter | Returns a function that combines a list of text using the specified delimiter. |
| Combiner.CombineTextByEachDelimiter | Returns a function that combines a list of text using a sequence of delimiters. |
| Combiner.CombineTextByLengths | Returns a function that combines a list of text using the specified lengths. |
| Combiner.CombineTextByPositions | Returns a function that combines a list of text using the specified output positions. |
| Combiner.CombineTextByRanges | Returns a function that combines a list of text using the specified positions and lengths. |