Aspose::Cells::LookAtType enum
LookAtType enum
Represents look at type.
enum class LookAtType
Values
Name | Value | Description |
---|---|---|
Contains | 0 | Cell value Contains the find object. |
StartWith | 1 | Cell value Starts with the find object. |
EndWith | 2 | Cell value ends with the find object. |
EntireContent | 3 | Cell value is same as the find object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++