Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns or sets the number of the first 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 RangeStart As Integer
Get
Set
'Usage
Dim instance As PublishObject
Dim value As Integer
value = instance.RangeStart
instance.RangeStart = value
int RangeStart { get; set; }
Property Value
Type: System.Int32