Gets or sets a value identifying whether to compare text values as numbers when possible.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public bool TreatTextAsNumber { get; set; } |
Visual Basic
![]() |
---|
Public Property TreatTextAsNumber As Boolean |
true to compare texts representing numbers as numbers; false to compare all strings using ordinal comparison. The default is false.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |