Spread for ASP.NET 12 Product Documentation
CanFocus Property (Cell)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > Cell Class : CanFocus Property
Gets or sets whether the user can set focus to the cell using the keyboard or mouse.
Syntax
'Declaration
 
Public Property CanFocus As Boolean
'Usage
 
Dim instance As Cell
Dim value As Boolean
 
instance.CanFocus = value
 
value = instance.CanFocus
public bool CanFocus {get; set;}
See Also

Reference

Cell Class
Cell Members