GrapeCity.Xaml.SpreadSheet.UI
BeginFormulaSelection Method


GrapeCity.Xaml.SpreadSheet.UI Namespace > SheetView Class : BeginFormulaSelection Method
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

Reference

SheetView Class
SheetView Members