[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ISortComparer

ISortComparer Interface

Represents a custom sort comparer.

Namespace: GrapeCity.Spreadsheet
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public interface ISortComparer : IComparer<CellValue>
Public Interface ISortComparer
    Inherits IComparer(Of CellValue)

Properties

Name Description
RequiresRawValue

Gets a boolean value indiates whether the compare processes the original cell value.