Back to Devexpress

RangeDataSourceOptions.CellValueComparer Property

officefileapi-devexpress-dot-spreadsheet-dot-rangedatasourceoptions-5fde0734.md

latest1.4 KB
Original Source

RangeDataSourceOptions.CellValueComparer Property

Gets or sets the comparer used to sort cell values in the data source columns.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public IComparer<CellValue> CellValueComparer { get; set; }
vb
Public Property CellValueComparer As IComparer(Of CellValue)

Property Value

TypeDescription
IComparer<CellValue>

An IComparer<T><CellValue,> object that performs the comparison.

|

See Also

RangeDataSourceOptions Class

RangeDataSourceOptions Members

DevExpress.Spreadsheet Namespace