Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ResetFocusable Method


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