FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / AlternatingRow Class / ResetCanFocus Method


In This Topic
ResetCanFocus Method (AlternatingRow)
In This Topic
Resets to its default value whether the cells in this row can receive focus.
Syntax
'Declaration
 
Public Sub ResetCanFocus() 
 
'Usage
 
Dim instance As AlternatingRow
 
instance.ResetCanFocus()
See Also