Spread Windows Forms 12.0 Product Documentation
CanFocus Property (Row)
Example 


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > Row Class : CanFocus Property
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
public bool CanFocus {get; set;}

Property Value

Boolean: true if the cells in the row can receive focus; false otherwise
Example
fpSpread1.ActiveSheet.Row[2].CanFocus = false;
FpSpread1.ActiveSheet.Row(2).CanFocus = False
See Also

Reference

Row Class
Row Members