Gets or sets a list of sorting instructions which are used to sort the data rows before merging. To not sort the block data, just leave this property empty or set it to null.

Introduced: X16.

Syntax

public List<DocumentServer.DataShaping.SortingInstruction> SortingInstructions { get; set; }
Public Property SortingInstructions() As List(Of DocumentServer.DataShaping.SortingInstruction)