Aspose::Cells::LookAtType enum

LookAtType enum

Represents look at type.

enum class LookAtType

Values

NameValueDescription
Contains0
Cell value Contains the find object.
StartWith1
Cell value Starts with the find object.
EndWith2
Cell value ends with the find object.
EntireContent3
Cell value is same as the find object.

See Also