Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellWrapper Class / ResetCanFocus Method


In This Topic
    ResetCanFocus Method (CellWrapper)
    In This Topic
    Resets to its default value whether the cell can receive focus.
    Syntax
    'Declaration
     
    
    Public Shadows Sub ResetCanFocus() 
    'Usage
     
    
    Dim instance As CellWrapper
     
    instance.ResetCanFocus()
    public new void ResetCanFocus()
    See Also