Spread Silverlight Documentation
BeginFormulaSelection Method


GrapeCity.Windows.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 System.Object _
) 
'Usage
 
Dim instance As SheetView
Dim editor As System.Object
 
instance.BeginFormulaSelection(editor)
public void BeginFormulaSelection( 
   System.object editor
)

Parameters

editor
See Also

Reference

SheetView Class
SheetView Members