BulletFormat.Number Property
Returns the bullet number of a paragraph when the Type property of the BulletFormat object is set to ppBulletNumbered. Read-only.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
ReadOnly Property Number As Integer
Get
'Usage
Dim instance As BulletFormat
Dim value As Integer
value = instance.Number
int Number { get; }
Property Value
Type: System.Int32
Remarks
If this property is queried for multiple paragraphs with different numbers, the value ppBulletMixed is returned. If this property is queried for a paragraph with a type other than ppBulletNumbered, a run-time error occurs.