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


In This Topic
    BeginFormulaSelection Method
    In This Topic
    Enters a state where the user can select formulas with the mouse or keyboard.
    Syntax
    'Declaration
     
    Public Sub BeginFormulaSelection( _
       Optional ByVal editor As Object _
    ) 
    'Usage
     
    Dim instance As SheetView
    Dim editor As Object
     
    instance.BeginFormulaSelection(editor)
    public void BeginFormulaSelection( 
       object editor
    )

    Parameters

    editor
    See Also