Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / BaseDropDownCellType Class / SetTabIndex Method
Editor
Value of attribute


In This Topic
    SetTabIndex Method (BaseDropDownCellType)
    In This Topic
    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