Effect.Paragraph Property
Returns or sets the paragraph in a text range to which to apply animation effects. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property Paragraph As Integer
Get
Set
'Usage
Dim instance As Effect
Dim value As Integer
value = instance.Paragraph
instance.Paragraph = value
int Paragraph { get; set; }
Property Value
Type: System.Int32