Gets or sets the tab order of the cell in its parent
Section.
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates the index in the Tab order that the Cell occupies.")>
<LocalizableAttribute(True)>
Public Property TabIndex As Integer
Dim instance As Cell
Dim value As Integer
instance.TabIndex = value
value = instance.TabIndex
[SRCategory("Behavior")]
[SRDescription("Indicates the index in the Tab order that the Cell occupies.")]
[Localizable(true)]
public int TabIndex {get; set;}
Property Value
A
System.Int32 value that represents the tab order of the cell in its parent
Section. The default is
0.
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