Index Property (Read Only)
Syntax
CWPointer.Index
Data Type
Purpose
Specifies the index of the pointer in the CWPointers collection.
Example
'Display pointer 1's index - it will be 1
MsgBox CWSlide1.Pointers.Item(1).Index
CWPointer.Index
Specifies the index of the pointer in the CWPointers collection.
'Display pointer 1's index - it will be 1
MsgBox CWSlide1.Pointers.Item(1).Index