Namespace: Spire.Xls.Core.Spreadsheet.Sorting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool IsCaseSensitive { get; set; }
Public Property IsCaseSensitive As Boolean
	Get
	Set
public:
virtual property bool IsCaseSensitive {
	bool get () sealed;
	void set (bool value) sealed;
}
abstract IsCaseSensitive : bool with get, set
override IsCaseSensitive : bool with get, set

Property Value

Boolean

Implements

IDataSort..::..IsCaseSensitive

See Also