Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / SheetView Class / EndFormulaSelection Method


In This Topic
    EndFormulaSelection Method
    In This Topic
    Exits the state where the user can select formulas with the mouse or keyboard.
    Syntax
    'Declaration
     
    Public Sub EndFormulaSelection() 
    'Usage
     
    Dim instance As SheetView
     
    instance.EndFormulaSelection()
    public void EndFormulaSelection()
    See Also