Spread for ASP.NET 12 Product Documentation
SetTabIndex Method (BaseCellType)


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

Parameters

editor
Editor
value
Value of attribute
See Also

Reference

BaseCellType Class
BaseCellType Members