Spread for ASP.NET 11 Product Documentation
SetTabIndex Method (BaseDropDownCellType)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > BaseDropDownCellType Class : SetTabIndex Method
Editor
Value of attribute
Sets the tab index for the editor.
Syntax
'Declaration
 
Public Overrides Sub SetTabIndex( _
   ByVal editor As WebControl, _
   ByVal value As String _
) 
'Usage
 
Dim instance As BaseDropDownCellType
Dim editor As WebControl
Dim value As String
 
instance.SetTabIndex(editor, value)
public override void SetTabIndex( 
   WebControl editor,
   string value
)

Parameters

editor
Editor
value
Value of attribute
See Also

Reference

BaseDropDownCellType Class
BaseDropDownCellType Members