Search
SortOptions.CaseSensitive Property
See Also
 






Gets or sets a value indicating whether text value comparison is case-sensitive.

Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool CaseSensitive { get; set; }

Visual Basic  Copy Code

Public Property CaseSensitive As Boolean

 Property Value

true to use case-sensitive comparison for strings; otherwise, false. The default is false.

 See Also