Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Rows.DefaultRow Class / CanFocus Property


In This Topic
    CanFocus Property (Rows.DefaultRow)
    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 Rows.DefaultRow
    Dim value As Boolean
     
    instance.CanFocus = value
     
    value = instance.CanFocus
    public bool CanFocus {get; set;}
    See Also