Selection.Type Property
Office 2007
| PowerPoint Developer Reference |
Syntax
expression.Type
expression A variable that represents a Selection object.
Return Value
PpSelectionType
Remarks
The value of the Type property can be one of these PpSelectionType constants.
| ppSelectionNone |
| ppSelectionShapes |
| ppSelectionSlides |
| ppSelectionText |
See Also