FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Row Class / CanFocus Property


In This Topic
CanFocus Property (Row)
In This Topic
Gets or sets the default CanFocus setting for cells in this row.
Syntax
'Declaration
 
Public Property CanFocus As Boolean
 
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.CanFocus = value
 
value = instance.CanFocus
See Also