Gets or sets a value identifying whether to compare text values as numbers when possible.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool TreatTextAsNumber { get; set; } |
Visual Basic
Copy Code
|
|---|
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.
See Also