use cql in vsta

In the documentation cql is mentioned as query language for complex shape searching.

But all examples i find are for vba where it can be used in findshapes:

ActivePage.Shapes.FindShapes(Query:="@outline.type = 'none' and @fill.type = 'none'")


but how do i use this in vsta (c#)?


thanks in advance
Tom
Parents Reply Children