PrintOptions.sectionIndex Property
Returns the index of the selected section in the PrintOptions object. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property sectionIndex As Integer
Get
Set
'Usage
Dim instance As PrintOptions
Dim value As Integer
value = instance.sectionIndex
instance.sectionIndex = value
int sectionIndex { get; set; }
Property Value
Type: System.Int32