FindStringContains with search pattern

Hi,

How can I search a cell with a pattern (regex pattern or generic char like * ...).

Thanks

Hi,

Thanks for considering Aspose.

Please use FindStringStartsWith, FindStringEndsWith, FindStringContains, FindString etc. methods of Cells class. These methods returns the cell which contains the data you want to search.

For further reference, please check:

Thank you.