'DeclarationFunction GetBookmarks( _ ByVal templateFile As String _ ) As String()
'UsageDim instance As IOfficeTools Dim templateFile As String Dim value() As String value = instance.GetBookmarks(templateFile)
string[] GetBookmarks( string templateFile )
Parameters
- templateFile
- The word-processing template file in which to search for bookmarks.