SpreadsheetGear 2017
BeginEdit Method (WorkbookView)






SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class : BeginEdit Method
Puts the active cell or selected textbox in edit mode.
Syntax
'Declaration
 
Public Sub BeginEdit() 
'Usage
 
Dim instance As WorkbookView
 
instance.BeginEdit()
public void BeginEdit()
public procedure BeginEdit(); 
public function BeginEdit();
public: void BeginEdit(); 
public:
void BeginEdit(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookView Class
WorkbookView Members