GrapeCity MultiRow Windows Forms Documentation
FirstBulletNumber Property


Gets or sets the first bullet number.
Syntax
<DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates the value that starts the numbering of list items.")>
<SRCategoryAttribute("Appearance")>
Public Overridable Property FirstBulletNumber As Integer
Dim instance As ListLabelCell
Dim value As Integer
 
instance.FirstBulletNumber = value
 
value = instance.FirstBulletNumber
[DefaultValue()]
[SRDescription("Indicates the value that starts the numbering of list items.")]
[SRCategory("Appearance")]
public virtual int FirstBulletNumber {get; set;}

Property Value

An System.Int32 value that indicates the first bullet number. The default is 1.
Remarks
This property only has an effect when the value of the BulletStyle property is one of these values: Numbered, LowerAlpha, UpperAlpha, LowerRoman, UpperRoman, and CustomBulletText.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListLabelCell Class
ListLabelCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.