SlideShowTransition.Hidden Property
Determines whether the specified slide is hidden during a slide show. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Hidden As MsoTriState
Get
Set
'Usage
Dim instance As SlideShowTransition
Dim value As MsoTriState
value = instance.Hidden
instance.Hidden = value
MsoTriState Hidden { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
The value of the Hidden property can be one of these MsoTriState constants.
Constant |
Description |
---|---|
The specified slide is not hidden during a slide show. |
|
The specified slide is hidden during a slide show. |