Gets or sets the index of the tab. Internal use only.
Syntax
'Declaration
Public Overrides Property TabIndex As Short
'Usage
Dim instance As FpSpread
Dim value As Short
instance.TabIndex = value
value = instance.TabIndex
public override short TabIndex {get; set;}
See Also