MindFusion.Wpf Pack Programmer's Guide
SortKey.TreatTextAsNumber Property
See Also
 





Gets or sets a value identifying whether to compare text values as numbers when possible.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool TreatTextAsNumber { get; set; }

Visual Basic  Copy Code

Public Property TreatTextAsNumber As Boolean

 Property Value

true to compare texts representing numbers as numbers; false to compare all strings using ordinal comparison. The default is false.

 See Also

SortKey Members
SortKey Class
MindFusion.Spreadsheet.Wpf Namespace