coreldraw vba FindShapes方法 Recursive参数含义

vba写如下代码: Public Sub Test()   Dim str1 As String   str1 = "@type='" & "rectangle" & "'"   Application.ActivePage.Shapes.FindShapes("", 0, False, str1).CreateSelection End Sub   [bool Recursive = true/
相关文章
相关标签/搜索