[]
String comparison type for C1TreeView.Search method.
public enum ComparisonType
Name | Description |
---|---|
Contains | A specified substring occurs within cell value.. |
Equal | A specified string and a node value have the same value. |
StartsWith | Beginning of cell value matches the specified string when compared. |