ListLevel.StartAt Property
Returns or sets the starting number for the specified ListLevel object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property StartAt As Integer
Get
Set
'Usage
Dim instance As ListLevel
Dim value As Integer
value = instance.StartAt
instance.StartAt = value
int StartAt { get; set; }
Property Value
Type: System.Int32