BulletFormat.StartValue Property
Returns or sets the beginning value of a bulleted list when the Type property of the BulletFormat object is set to ppBulletNumbered. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property StartValue As Integer
Get
Set
'Usage
Dim instance As BulletFormat
Dim value As Integer
value = instance.StartValue
instance.StartValue = value
int StartValue { get; set; }
Property Value
Type: System.Int32
Remarks
The value of the StartValue property must be in the range of 1 to 32767.