SortComparer Property (PivotFieldBase)
In This Topic
Gets or sets a function used to compare values when sorting.
Syntax
'Declaration
<JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
Public Property SortComparer As String
[JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
public string SortComparer {get; set;}
See Also