Skip to main content
All docs
V26.1
  • NumberingListBullet(NumberingListBulletFormat, Int16) Constructor

    Initializes a new instance of the NumberingListBullet class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public NumberingListBullet(
        NumberingListBulletFormat format,
        short startNumber
    )

    Parameters

    Name Type
    format NumberingListBulletFormat
    startNumber Int16
    See Also