SlideRange.CustomLayout Property
Returns a CustomLayout object that represents the custom layout associated with the specified range of slides. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property CustomLayout As CustomLayout
Get
Set
'Usage
Dim instance As SlideRange
Dim value As CustomLayout
value = instance.CustomLayout
instance.CustomLayout = value
CustomLayout CustomLayout { get; set; }
Property Value
Type: Microsoft.Office.Interop.PowerPoint.CustomLayout