[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.StringItem.CompareValue

CompareValue Method

CompareValue(string, string)

Compare two values of string.

Declaration
protected override int CompareValue(string first, string second)
Protected Overrides Function CompareValue(first As String, second As String) As Integer
Parameters
Type Name Description
string first

A string to compare.

string second

A string to compare.

Returns
Type Description
int

A 32-bit signed integer indicating the lexical relationship between the two items being compared. Value Condition Less than zero indicates first is less than second. Zero first equals second. Greater than zero indicates first is greater than second.

Overrides