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

In This Topic
    NumberFormat Property
    In This Topic
    Gets or sets the number format for the list level.
    Syntax
    'Declaration
     
    Public Property NumberFormat As System.String
    public System.string NumberFormat {get; set;}
    Remarks
    The percent sign (%) followed by any number from 1 through 9 represents the number style from the respective list level.

    For example, if you wanted the format for the first level to be "Article I," "Article II," and so on, the string for the NumberFormat property would be "Article %1" and the NumberStyle property would be set to NumberStyle.UpperRoman.

    If the NumberStyle property is set to NumberStyle.Bullet, the string for the NumberFormat property can only contain one character.
    See Also