PublishObject.RangeEnd Property
Returns or sets the number of the last slide in a range of slides that you are publishing as a Web presentation. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RangeEnd As Integer
Get
Set
'Usage
Dim instance As PublishObject
Dim value As Integer
value = instance.RangeEnd
instance.RangeEnd = value
int RangeEnd { get; set; }
Property Value
Type: System.Int32