Indicates whether the filter ignores case-sensitive on this column.
Namespace: Spire.Spreadsheet.FormsAssembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020
Syntax
| C# | Visual Basic | Visual C++ | F# |
public bool IgnoreCase { get; set; }
Public Property IgnoreCase As Boolean Get Set
public: property bool IgnoreCase { bool get (); void set (bool value); }
member IgnoreCase : bool with get, set