GrapeCity MultiRow Windows Forms Documentation
TabIndex Property


Gets or sets the tab order of the cell in its parent Section.
Syntax
<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.
Exceptions
ExceptionDescription
System.InvalidOperationException Set the property at run time.
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0.
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

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.