Where is the VBA Programming guide?????

I am absolutely stunned at how impossible it is to find information on how to program VBA for this thing.

Where are the method breakdowns for the Corel specific functions????  Here's an example.... I was trying to write the code to create a page using InsertPages().

In the editor it shows InsertPages(NumberOfPages As Long, BeforePage As Boolean, Page As Long) As Page.  No problem.  Unless you want to use the Active Page.  You can't just use ActivePage or ActiveDocument.ActivePage it has to be ActivePage.Index.  Well where the hell is that in the documentation?  I can't find ".index" ANYWHERE.  I should be able to search the help and find all instances where .index is a property of an object but I can't.


I know about the help documentation in the macro editor.  That is no help.  The only programming guide I can find is here and I think it's for X4 and it's seriously lacking.

Is there any good resource for VBA programming for this software?