Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ListLevel Class / StartAt Property

In This Topic
    StartAt Property
    In This Topic
    Gets or sets the starting number for this list level.
    Syntax
    'Declaration
     
    Public Property StartAt As System.Integer
    public System.int StartAt {get; set;}
    Remarks
    Always returns 1 and raises the BulletListPropertyException on set if the property NumberStyle equals NumberStyle.Bullet.
    See Also